mailr8570 - /branches/bmrb/bmrb/__init__.py


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

Header


Content

Posted by edward on January 21, 2009 - 21:04:
Author: bugman
Date: Wed Jan 21 21:04:50 2009
New Revision: 8570

URL: http://svn.gna.org/viewcvs/relax?rev=8570&view=rev
Log:
Updated the module docstring and added an empty __all__ list.


Modified:
    branches/bmrb/bmrb/__init__.py

Modified: branches/bmrb/bmrb/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/bmrb/__init__.py?rev=8570&r1=8569&r2=8570&view=diff
==============================================================================
--- branches/bmrb/bmrb/__init__.py (original)
+++ branches/bmrb/bmrb/__init__.py Wed Jan 21 21:04:50 2009
@@ -21,7 +21,7 @@
 
###############################################################################
 
 # Module docstring.
-"""Module for interfacing with the BMRB (http://www.bmrb.wisc.edu/) by 
handling NMR-STAR v3.1 files."""
+"""Package for interfacing with the BMRB (http://www.bmrb.wisc.edu/) by 
handling NMR-STAR formatted files."""
 
 # Python module imports.
 from os import F_OK, access
@@ -31,6 +31,10 @@
 from relax_errors import RelaxError, RelaxFileError, 
RelaxFileOverwriteError, RelaxNoPipeError
 from relax_io import get_file_path, mkdir_nofail
 from specific_fns.setup import get_specific_fn
+
+
+__all__ = []
+
 
 
 def display():




Related Messages


Powered by MHonArc, Updated Wed Jan 21 21:20:02 2009