Oh, __all__ contains the module names rather than file names. So because you type 'import prompt.pipe', then the string should be 'pipe' rather than 'pipe.py'.
Cheers, Edward On Thu, Apr 3, 2008 at 7:06 PM, <[EMAIL PROTECTED]> wrote: > Author: semor > Date: Thu Apr 3 19:06:25 2008 > New Revision: 5270 > > URL: http://svn.gna.org/viewcvs/relax?rev=5270&view=rev > Log: > Updated the listing of the files in the prompt/ directory. > > > 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=5270&r1=5269&r2=5270&view=diff > > ============================================================================== > --- 1.3/prompt/__init__.py (original) > +++ 1.3/prompt/__init__.py Thu Apr 3 19:06:25 2008 > @@ -45,7 +45,7 @@ > 'relax_data', > 'relax_fit', > 'reset', > - 'run', > + 'pipe.py', > '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

