mailr20232 - /trunk/docs/latex/fetch_docstrings.py


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

Header


Content

Posted by edward on June 20, 2013 - 15:43:
Author: bugman
Date: Thu Jun 20 15:43:20 2013
New Revision: 20232

URL: http://svn.gna.org/viewcvs/relax?rev=20232&view=rev
Log:
Fix for the scons fetch_docstrings target.

The user functions need to be explicitly initialised in the fetch_docstrings 
script as this is not
running through relax.


Modified:
    trunk/docs/latex/fetch_docstrings.py

Modified: trunk/docs/latex/fetch_docstrings.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/docs/latex/fetch_docstrings.py?rev=20232&r1=20231&r2=20232&view=diff
==============================================================================
--- trunk/docs/latex/fetch_docstrings.py (original)
+++ trunk/docs/latex/fetch_docstrings.py Thu Jun 20 15:43:20 2013
@@ -33,8 +33,13 @@
 
 # relax module imports.
 from graphics import fetch_icon
+import user_functions
 from user_functions.data import Uf_info; uf_info = Uf_info()
 from user_functions.data import Uf_tables; uf_tables = Uf_tables()
+
+
+# Set up the user functions.
+user_functions.initialise()
 
 
 class Fetch_docstrings:




Related Messages


Powered by MHonArc, Updated Thu Jun 20 16:20:02 2013