> Rather than patch ftplib, I made a class with ftplib as the
> base class. It worked fine when filed and imported as 'myftplib' ,
> but I tried, with no success, to figure out how to coerce it
> to be imported *as* ftplib
In ILU, the import statement is
IMPORT <module> [ FROM <filename> ]
so that we can override the default file lookup where necessary.
Bill