mailr16297 - /branches/uf_redesign/prompt/__init__.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on May 13, 2012 - 18:10:
Author: bugman
Date: Sun May 13 18:10:08 2012
New Revision: 16297

URL: http://svn.gna.org/viewcvs/relax?rev=16297&view=rev
Log:
Updated the prompt package __all__ list.


Modified:
    branches/uf_redesign/prompt/__init__.py

Modified: branches/uf_redesign/prompt/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/prompt/__init__.py?rev=16297&r1=16296&r2=16297&view=diff
==============================================================================
--- branches/uf_redesign/prompt/__init__.py (original)
+++ branches/uf_redesign/prompt/__init__.py Sun May 13 18:10:08 2012
@@ -24,12 +24,13 @@
 """Package for the prompt based interface."""
 
 __all__ = [
-    'base_class',
     'command',
     'doc_string',
     'gpl',
     'help',
     'interpreter',
     'objects',
-    'tab_completion'
+    'tab_completion',
+    'uf_docstring',
+    'uf_objects'
 ]




Related Messages


Powered by MHonArc, Updated Sun May 13 18:20:02 2012