diff options
| author | Robert Collins <robertc@robertcollins.net> | 2009-10-10 12:19:17 +1100 |
|---|---|---|
| committer | Robert Collins <robertc@robertcollins.net> | 2009-10-10 12:19:17 +1100 |
| commit | 6796be6ea3f0d8795fee7ab364a24f0e5678ffbb (patch) | |
| tree | 177d77c187285aa0748f191a0b26230241c312b0 /python | |
| parent | cc36797e0831ed019dbfb4b37b33636f5c25abfa (diff) | |
| parent | a3c2c3bff21e7db30002824843dc0bc954ad6d6d (diff) | |
| download | subunit-git-6796be6ea3f0d8795fee7ab364a24f0e5678ffbb.tar.gz | |
Merge trunk to resolve NEWS.
Diffstat (limited to 'python')
| -rw-r--r-- | python/subunit/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/subunit/__init__.py b/python/subunit/__init__.py index 5b482e3..f06437c 100644 --- a/python/subunit/__init__.py +++ b/python/subunit/__init__.py @@ -1152,4 +1152,3 @@ class TestResultFilter(unittest.TestResult): if id.startswith("subunit.RemotedTestCase."): return id[len("subunit.RemotedTestCase."):] return id - |
