Commit 313fbe21 authored by Eric V. Smith's avatar Eric V. Smith

Merge from 3.2.

parents a32df1e0 5cdc6308
......@@ -165,6 +165,9 @@ class ExtendPathTests(unittest.TestCase):
def tearDown(self):
del sys.path[0]
del sys.path[0]
del sys.modules['foo']
del sys.modules['foo.bar']
del sys.modules['foo.baz']
def test_simple(self):
self.create_submodule(self.dirname_0, self.pkgname, 'bar', 0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment