diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2014-10-05 17:38:45 +0200 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2014-10-05 17:38:45 +0200 |
commit | d577cea8ab0d929c40de93947dd68b9709607b35 (patch) | |
tree | 6c3075232ff9b70ecd47a10e954f7d6403485b2a /Lib/test/test_imp.py | |
parent | f4e4b83824318c2415e1d90d00726d07ba8790b9 (diff) | |
parent | bed04a77ee4dde8e1ab7b00557519f01cac734aa (diff) | |
download | cpython-git-d577cea8ab0d929c40de93947dd68b9709607b35.tar.gz |
Merge 3.4
Diffstat (limited to 'Lib/test/test_imp.py')
-rw-r--r-- | Lib/test/test_imp.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_imp.py b/Lib/test/test_imp.py index 024f43894b..80b9ec38c5 100644 --- a/Lib/test/test_imp.py +++ b/Lib/test/test_imp.py @@ -198,6 +198,7 @@ class ImportTests(unittest.TestCase): support.unlink(temp_mod_name + ext) support.unlink(init_file_name + ext) support.rmtree(test_package_name) + support.rmtree('__pycache__') def test_issue9319(self): path = os.path.dirname(__file__) |