summaryrefslogtreecommitdiff
path: root/subdir/foo_tests.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-10-06 17:41:21 +0100
committerLars Wirzenius <liw@liw.fi>2013-10-06 17:41:21 +0100
commit3ff1e3d62896b4775320eb38149c775909fe6ce4 (patch)
treecda8e08ea8de098e215296242d052ed3c783dd77 /subdir/foo_tests.py
parent1470c3296f6a28c3dd95c786552702af5a241682 (diff)
downloadcoverage-test-runner-3ff1e3d62896b4775320eb38149c775909fe6ce4.tar.gz
Revert patch from Jannis
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.py4
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):