Is there a mechanism to import a module under a different name, such as import LongModuleName as LMN
something more elegant than import LongModuleName; LMN=LongModuleName ? Thanks, Christoph
Is there a mechanism to import a module under a different name, such as import LongModuleName as LMN
something more elegant than import LongModuleName; LMN=LongModuleName ? Thanks, Christoph