Cyclic dependency between twisted.python.reflect and twisted.python.deprecate
[email protected] Sun, 13 Dec 2009 03:00:00 -0000
| Newsgroups | gmane.comp.python.twisted.bugs |
|---|---|
| Message-ID | <[email protected]> |
New submission from exarkun <[email protected]>: {{{ >>> from twisted.python import deprecate Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/exarkun/Projects/Twisted/branches/eliminate-zombie-warning-2078/twisted/python/deprecate.py", line 58, in <module> from twisted.python.reflect import fullyQualifiedName File "/home/exarkun/Projects/Twisted/branches/eliminate-zombie-warning-2078/twisted/python/reflect.py", line 817, in <module> from twisted.python.deprecate import deprecated ImportError: cannot import name deprecated >>> }}} ---------- Type : defect Component: core Keywords : Priority : normal Nosy : ---------- http://twistedmatrix.com/trac/ticket/4166