summaryrefslogtreecommitdiff
path: root/Lib/test/test_zipfile.py
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2007-08-30 03:06:59 +0000
committerNeal Norwitz <nnorwitz@gmail.com>2007-08-30 03:06:59 +0000
commit315d845739709e225a90b9089d3f980b9cfde7e6 (patch)
tree6fdf54da4d95fca4ca1fa45e8ec46aebc2efb6a4 /Lib/test/test_zipfile.py
parent8b3d659692b6d092991dc3b5b4042547f885fa8c (diff)
downloadcpython-git-315d845739709e225a90b9089d3f980b9cfde7e6.tar.gz
Revert revisions 57472, 57474, and 57477 which disabled some tests
when the email package was removed. Email was restored, so restore the tests.
Diffstat (limited to 'Lib/test/test_zipfile.py')
-rw-r--r--Lib/test/test_zipfile.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_zipfile.py b/Lib/test/test_zipfile.py
index db2b34b71f..ee8150e54e 100644
--- a/Lib/test/test_zipfile.py
+++ b/Lib/test/test_zipfile.py
@@ -439,7 +439,6 @@ class PyZipFileTests(unittest.TestCase):
zipfp.close()
def testWritePythonPackage(self):
- return # XXX(nnorwitz): disable test until email is checked in again.
import email
packagedir = os.path.dirname(email.__file__)