diff options
| author | Robert Collins <robertc@robertcollins.net> | 2009-10-10 12:17:06 +1100 |
|---|---|---|
| committer | Robert Collins <robertc@robertcollins.net> | 2009-10-10 12:17:06 +1100 |
| commit | a3c2c3bff21e7db30002824843dc0bc954ad6d6d (patch) | |
| tree | 6533234e4e54dc1e2cc00dfdd4460a5ad5942056 /python | |
| parent | 606a42c9569d7f9cb6498be394c20b8f90ff029c (diff) | |
| download | subunit-git-a3c2c3bff21e7db30002824843dc0bc954ad6d6d.tar.gz | |
Fix make distcheck.
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 d92e1bd..1ad5f99 100644 --- a/python/subunit/__init__.py +++ b/python/subunit/__init__.py @@ -1054,4 +1054,3 @@ class TestResultFilter(unittest.TestResult): if id.startswith("subunit.RemotedTestCase."): return id[len("subunit.RemotedTestCase."):] return id - |
