testtools no longer works on py3k

Bug #592375 reported by Martin Packman
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
testtools
Fix Released
Critical
Martin Packman

Bug Description

Since r45 a there has been a relative import in testtools.testresult which apparently breaks the package under Python 3.

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "testtools\__init__.py", line 24, in <module>
    from testtools.runtest import (
  File "testtools\runtest.py", line 12, in <module>
    from testtools.testresult import ExtendedToOriginalDecorator
  File "testtools\testresult\__init__.py", line 13, in <module>
    from real import (
ImportError: No module named real

Related branches

Changed in testtools:
status: New → Fix Released
importance: Undecided → Critical
assignee: nobody → Martin [gz] (gz)
milestone: none → next
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.