mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Merge from 3.2.
This commit is contained in:
commit
313fbe2106
1 changed files with 3 additions and 0 deletions
|
|
@ -165,6 +165,9 @@ def setUp(self):
|
|||
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue