mailr16258 - /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 12, 2012 - 12:47:
Author: bugman
Date: Sat May 12 12:47:32 2012
New Revision: 16258

URL: http://svn.gna.org/viewcvs/relax?rev=16258&view=rev
Log:
Clean up of the prompt package __init__ module.


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=16258&r1=16257&r2=16258&view=diff
==============================================================================
--- branches/uf_redesign/prompt/__init__.py (original)
+++ branches/uf_redesign/prompt/__init__.py Sat May 12 12:47:32 2012
@@ -20,20 +20,16 @@
 #                                                                            
 #
 
###############################################################################
 
+# Package docstring.
+"""Package for the prompt based interface."""
 
-__all__ = ['base_class',
-           'command',
-           'doc_string',
-           'gpl',
-           'help',
-           'interpreter',
-           'objects',
-           'tab_completion'
+__all__ = [
+    'base_class',
+    'command',
+    'doc_string',
+    'gpl',
+    'help',
+    'interpreter',
+    'objects',
+    'tab_completion'
 ]
-
-__doc__ = \
-"""Package for the prompt based interface.
-
-The functions should only contain code for checking the validity of 
arguments.  If any other code is
-required, this should be placed elsewhere.
-"""




Related Messages


Powered by MHonArc, Updated Sun May 13 11:40:02 2012