Possible Duplicate:
changing import name in python
In Pymel,
when i access a class name Transform which is inside a module name nodetypes. I can accss the class in two following ways.
- LongName:- nodetypes.Transform
- ShortName:- nt.Transform
how can i do this with my own created modules.
Kindly explain.
Thanks
…and you’re done.