Line wrapping.
authorRobert Collins <robertc@robertcollins.net>
Sun, 13 Dec 2009 02:56:52 +0000 (13:56 +1100)
committerRobert Collins <robertc@robertcollins.net>
Sun, 13 Dec 2009 02:56:52 +0000 (13:56 +1100)
python/subunit/__init__.py

index 974b2d1dd4e5b7a97b3cb8a1ed354f2ac4eb1040..5ce8e0e9f0b193e83388bcdae5835a0232ca00c7 100644 (file)
@@ -130,7 +130,8 @@ try:
     RemoteException = _StringException
     _remote_exception_str = '_StringException' # For testing.
 except ImportError:
     RemoteException = _StringException
     _remote_exception_str = '_StringException' # For testing.
 except ImportError:
-    raise ImportError ("testtools.testresult does not contain _StringException, check your version.")
+    raise ImportError ("testtools.testresult.real does not contain "
+        "_StringException, check your version.")
 
 
 from testtools.testresult.real import _StringException
 
 
 from testtools.testresult.real import _StringException