Author: bugman
Date: Mon May 7 16:18:32 2012
New Revision: 16058
URL: http://svn.gna.org/viewcvs/relax?rev=16058&view=rev
Log:
The auto-generated user function additional documentation is now used by the
prompt UI.
The data was not being passed into the prompt user function objects!
Modified:
branches/uf_redesign/prompt/interpreter.py
Modified: branches/uf_redesign/prompt/interpreter.py
URL:
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/prompt/interpreter.py?rev=16058&r1=16057&r2=16058&view=diff
==============================================================================
--- branches/uf_redesign/prompt/interpreter.py (original)
+++ branches/uf_redesign/prompt/interpreter.py Mon May 7 16:18:32 2012
@@ -159,7 +159,7 @@
class_name, uf_name = split(name, '.')
# Generate a new container.
- obj = Uf_object(name, title=data.title, kargs=data.kargs,
backend=data.backend, desc=data.desc, examples=data.prompt_examples)
+ obj = Uf_object(name, title=data.title, kargs=data.kargs,
backend=data.backend, desc=data.desc, examples=data.prompt_examples,
additional=data.additional)
# Get the class object.
class_obj = self._locals[class_name]
_______________________________________________
relax (http://www.nmr-relax.com)
This is the relax-commits mailing list
[email protected]
To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits