summaryrefslogtreecommitdiff
path: root/subdir/foo_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'subdir/foo_tests.py')
-rw-r--r--subdir/foo_tests.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/subdir/foo_tests.py b/subdir/foo_tests.py
index a8a9740..ce10d5c 100644
--- a/subdir/foo_tests.py
+++ b/subdir/foo_tests.py
@@ -1,4 +1,6 @@
-import unittest, foo
+import unittest
+
+from subdir import foo
class FooTests(unittest.TestCase):