diff options
| author | Robert Collins <robertc@robertcollins.net> | 2009-12-13 13:56:52 +1100 |
|---|---|---|
| committer | Robert Collins <robertc@robertcollins.net> | 2009-12-13 13:56:52 +1100 |
| commit | 090f67a539c1b77bcdfaf6766f413a2f6202d5e8 (patch) | |
| tree | 06fb9829338c9a0119ffce581d71f417dae2ae93 /python | |
| parent | ac4ac73498d2cf5f82145f491417f051883ec763 (diff) | |
| download | subunit-git-090f67a539c1b77bcdfaf6766f413a2f6202d5e8.tar.gz | |
Line wrapping.
Diffstat (limited to 'python')
| -rw-r--r-- | python/subunit/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/subunit/__init__.py b/python/subunit/__init__.py index 974b2d1..5ce8e0e 100644 --- a/python/subunit/__init__.py +++ b/python/subunit/__init__.py @@ -130,7 +130,8 @@ try: 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 |
