Tuesday, 10 September 2013

python: how to import a module a.b as a_.b?

python: how to import a module a.b as a_.b?

I hava a package a and the tree is:
a/
/__init__.py
/b.py
And how can I import a.b as a_.b ?

No comments:

Post a Comment