Import Problems

Bill Jackson jackson at hotmail.com
Fri Apr 27 15:51:14 EDT 2007


Bill Jackson wrote the following on 04/27/2007 12:49 PM:
> # importtest/test2/__init__.py
> from someclass import *
> from test2 import *

Sorry typo here:

# importtest/test2/__init__.py
from someclass import *
from mytest import *



More information about the Python-list mailing list