mailr15926 - /branches/uf_redesign/user_functions/__init__.py


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

Header


Content

Posted by edward on May 03, 2012 - 21:42:
Author: bugman
Date: Thu May  3 21:42:32 2012
New Revision: 15926

URL: http://svn.gna.org/viewcvs/relax?rev=15926&view=rev
Log:
The pipe module is now imported in the __init__ module to set up the data 
structures.


Modified:
    branches/uf_redesign/user_functions/__init__.py

Modified: branches/uf_redesign/user_functions/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/user_functions/__init__.py?rev=15926&r1=15925&r2=15926&view=diff
==============================================================================
--- branches/uf_redesign/user_functions/__init__.py (original)
+++ branches/uf_redesign/user_functions/__init__.py Thu May  3 21:42:32 2012
@@ -28,3 +28,6 @@
 
 # The __all__ package list.
 __all__ = ['']
+
+# Import all the modules to set up the data.
+import user_functions.pipe




Related Messages


Powered by MHonArc, Updated Thu May 03 22:00:02 2012