No, but we should have such a feature. On Fri, Apr 29, 2016 at 11:10 AM, Christoph Ortner < [email protected]> wrote:
> 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 >
