From 3ff1e3d62896b4775320eb38149c775909fe6ce4 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 6 Oct 2013 17:41:21 +0100 Subject: Revert patch from Jannis Merging this breaks test suite for cliapp. I don't know why. --- subdir/foo_tests.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'subdir/foo_tests.py') 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): -- cgit v1.2.1