R. David Murray <rdmur...@bitdance.com> added the comment:

Just to be clear, this isn't a case of circular imports, but of the
class being defined twice (as two different objects, as Mark said), once
when the module is created as main when ss.py is run, and the other when
ss is imported for the first time (by tt).  You have two different
classes: __main__.ss and ss.ss.

----------
nosy: +r.david.murray

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7555>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to