mailr10258 - /branches/bieri_gui/gui_bieri/__init__.py


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

Header


Content

Posted by edward on January 19, 2010 - 19:58:
Author: bugman
Date: Tue Jan 19 19:58:05 2010
New Revision: 10258

URL: http://svn.gna.org/viewcvs/relax?rev=10258&view=rev
Log:
Modified the package docstring as it does not need to be set using __doc__ = 
...


Modified:
    branches/bieri_gui/gui_bieri/__init__.py

Modified: branches/bieri_gui/gui_bieri/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/__init__.py?rev=10258&r1=10257&r2=10258&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/__init__.py (original)
+++ branches/bieri_gui/gui_bieri/__init__.py Tue Jan 19 19:58:05 2010
@@ -20,6 +20,12 @@
 #                                                                            
 #
 
###############################################################################
 
+# Package docstring.
+"""Package for the Bieri GUI interface for relax.
+
+This GUI was announced in the post at 
https://mail.gna.org/public/relax-devel/2009-11/msg00005.html.
+"""
+
 # Deps.
 import dep_check
 
@@ -34,12 +40,6 @@
 
 
 __all__ = ['relax_gui']
-
-__doc__ = \
-"""Package for the Bieri GUI interface for relax.
-
-This GUI was announced in the post at 
https://mail.gna.org/public/relax-devel/2009-11/msg00005.html.
-"""
 
 # Execute the GUI.
 def run(intro_string):




Related Messages


Powered by MHonArc, Updated Tue Jan 19 21:20:02 2010