Yes, you can use
askeyword.
import my_module as some_other_namefrom suds.client import Client as Spam
It’s for exactly this purpose. This is explained in the docs here:
http://docs.python.org/reference/simple_stmts.html#import

Yes, you can use
askeyword.
import my_module as some_other_namefrom suds.client import Client as Spam
It’s for exactly this purpose. This is explained in the docs here:
http://docs.python.org/reference/simple_stmts.html#import