On Thursday, December 8, 2011 6:22:31 PM UTC-5, Constantine Vasil wrote:
>
> I tried to move to modules but got the following issues:
>
> This is not possible - e.g. to acces the class directly without a prefix - 
> when I have a lot of code if I cannot do that it is a lot of work adding
> a prefix.
>

Are you saying:

from mymodule import MyClass
myclass = MyClass.profile(id)

doesn't work?

Reply via email to