summaryrefslogtreecommitdiff
path: root/Lib/test/test_support.py
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-10-05 17:38:45 +0200
committerVictor Stinner <victor.stinner@gmail.com>2014-10-05 17:38:45 +0200
commitd577cea8ab0d929c40de93947dd68b9709607b35 (patch)
tree6c3075232ff9b70ecd47a10e954f7d6403485b2a /Lib/test/test_support.py
parentf4e4b83824318c2415e1d90d00726d07ba8790b9 (diff)
parentbed04a77ee4dde8e1ab7b00557519f01cac734aa (diff)
downloadcpython-git-d577cea8ab0d929c40de93947dd68b9709607b35.tar.gz
Merge 3.4
Diffstat (limited to 'Lib/test/test_support.py')
-rw-r--r--Lib/test/test_support.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_support.py b/Lib/test/test_support.py
index 212c9f3be7..a02d2f4f6f 100644
--- a/Lib/test/test_support.py
+++ b/Lib/test/test_support.py
@@ -69,6 +69,7 @@ class TestSupport(unittest.TestCase):
finally:
del sys.path[0]
support.unlink(mod_filename)
+ support.rmtree('__pycache__')
def test_HOST(self):
s = socket.socket()