asdf1234234 <[EMAIL PROTECTED]> wrote: > My code is: > -a.py- > import b > > class A: > def __init__(self): > pass
Incidentally, these last two lines are totally, utterly useless. Do NOT define special methods like this -- just omit the whole def statement and you'll have identical semantics, no wasted boilerplate, even better performance. Alex -- http://mail.python.org/mailman/listinfo/python-list