mailr25690 - in /trunk: devel_scripts/uf_list.py test_suite/shared_data/user_functions/uf_list.py


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

Header


Content

Posted by edward on September 08, 2014 - 18:55:
Author: bugman
Date: Mon Sep  8 18:55:05 2014
New Revision: 25690

URL: http://svn.gna.org/viewcvs/relax?rev=25690&view=rev
Log:
Shifted the user function listing script into the test suite directory where 
the results are.


Added:
    trunk/test_suite/shared_data/user_functions/uf_list.py
      - copied unchanged from r25689, trunk/devel_scripts/uf_list.py
Removed:
    trunk/devel_scripts/uf_list.py

Removed: trunk/devel_scripts/uf_list.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/devel_scripts/uf_list.py?rev=25689&view=auto
==============================================================================
--- trunk/devel_scripts/uf_list.py      (original)
+++ trunk/devel_scripts/uf_list.py      (removed)
@@ -1,11 +0,0 @@
-
-# relax module imports.
-import user_functions
-from user_functions.data import Uf_info; uf_info = Uf_info()
-
-# Set up the user functions.
-user_functions.initialise()
-
-# Loop over all user functions and print out their name.
-for uf_name, uf in uf_info.uf_loop():
-    print(uf_name)




Related Messages


Powered by MHonArc, Updated Mon Sep 08 19:00:02 2014