Seb, All your changes to the prompt code previous to this revision (r5262) were spot on. The change for this file though required changing the 'run' element of the __all__ list to 'pipe'. This is because prompt/run.py was renamed to prompt/pipe.py.
Cheers, Edward On Thu, Apr 3, 2008 at 5:26 PM, <[EMAIL PROTECTED]> wrote: > Author: semor > Date: Thu Apr 3 17:26:29 2008 > New Revision: 5262 > > URL: http://svn.gna.org/viewcvs/relax?rev=5262&view=rev > Log: > More removal of the run argument as part of the moving to the new design. > > > Modified: > 1.3/prompt/__init__.py > > Modified: 1.3/prompt/__init__.py > URL: > http://svn.gna.org/viewcvs/relax/1.3/prompt/__init__.py?rev=5262&r1=5261&r2=5262&view=diff > > ============================================================================== > --- 1.3/prompt/__init__.py (original) > +++ 1.3/prompt/__init__.py Thu Apr 3 17:26:29 2008 > @@ -45,7 +45,6 @@ > 'relax_data', > 'relax_fit', > 'reset', > - 'run', > 'rw', > 'select', > 'sequence', > > > _______________________________________________ > relax (http://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 > _______________________________________________ relax (http://nmr-relax.com) This is the relax-devel 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-devel

