newbie Q: shortcuts for long module names?

Ian Bicking ianb at colorstudy.com
Mon Nov 11 22:40:53 EST 2002


On Mon, 2002-11-11 at 21:34, Erik Max Francis wrote:
> Try
> 
> 	import this.is.a.long.module.name as name
> 
> or
> 
> 	import this.is.a.long.module.name as somethingElse

or
  from this.is.a.deep.package import name


  Ian





More information about the Python-list mailing list