diff options
author | Lars Wirzenius <liw@liw.fi> | 2013-10-06 17:41:21 +0100 |
---|---|---|
committer | Lars Wirzenius <liw@liw.fi> | 2013-10-06 17:41:21 +0100 |
commit | 3ff1e3d62896b4775320eb38149c775909fe6ce4 (patch) | |
tree | cda8e08ea8de098e215296242d052ed3c783dd77 /subdir/foo_tests.py | |
parent | 1470c3296f6a28c3dd95c786552702af5a241682 (diff) | |
download | python-coverage-test-runner-trunk.tar.gz |
Revert patch from Jannistrunk
Merging this breaks test suite for cliapp. I don't know why.
Diffstat (limited to 'subdir/foo_tests.py')
-rw-r--r-- | subdir/foo_tests.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/subdir/foo_tests.py b/subdir/foo_tests.py index ce10d5c..a8a9740 100644 --- a/subdir/foo_tests.py +++ b/subdir/foo_tests.py @@ -1,6 +1,4 @@ -import unittest - -from subdir import foo +import unittest, foo class FooTests(unittest.TestCase): |