Re: -Dunix, posixmodule, timemodule, ... and AIX

Bill Janssen (janssen@parc.xerox.com)
Tue, 9 Nov 1993 12:51:31 PST

Excerpts from mail: 9-Nov-93 Re: -Dunix, posixmodule, ti.. "Steven D.
Majewski"@elv (4046)

> 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