mailr17242 - /trunk/gui/__init__.py


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

Header


Content

Posted by edward on July 12, 2012 - 17:29:
Author: bugman
Date: Thu Jul 12 17:29:44 2012
New Revision: 17242

URL: http://svn.gna.org/viewcvs/relax?rev=17242&view=rev
Log:
Import fix for the epydoc building of the API documentation.


Modified:
    trunk/gui/__init__.py

Modified: trunk/gui/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/gui/__init__.py?rev=17242&r1=17241&r2=17242&view=diff
==============================================================================
--- trunk/gui/__init__.py (original)
+++ trunk/gui/__init__.py Thu Jul 12 17:29:44 2012
@@ -35,7 +35,7 @@
     import wx
 
 # relax module imports.
-from generic_fns.script import script
+import generic_fns
 from graphics import IMAGE_PATH
 from relax_errors import RelaxError
 from relax_gui import Main
@@ -87,7 +87,7 @@
 
         # First run the script before the GUI is built.
         if script_file:
-            script(script_file)
+            generic_fns.script.script(script_file)
 
         # Execute the base class method.
         super(App, self).__init__(redirect=redirect, filename=filename, 
useBestVisual=useBestVisual, clearSigInt=clearSigInt)




Related Messages


Powered by MHonArc, Updated Thu Jul 12 17:40:02 2012