[pypy-svn] r64260 - pypy/trunk/pypy/rlib/test

cfbolz at codespeak.net cfbolz at codespeak.net
Fri Apr 17 13:32:07 CEST 2009


Author: cfbolz
Date: Fri Apr 17 13:32:07 2009
New Revision: 64260

Modified:
   pypy/trunk/pypy/rlib/test/test_rzipfile.py
Log:
typo :-(


Modified: pypy/trunk/pypy/rlib/test/test_rzipfile.py
==============================================================================
--- pypy/trunk/pypy/rlib/test/test_rzipfile.py	(original)
+++ pypy/trunk/pypy/rlib/test/test_rzipfile.py	Fri Apr 17 13:32:07 2009
@@ -8,7 +8,7 @@
 import time
 
 try:
-    from pypy.rlib import rzip
+    from pypy.rlib import rzlib
 except ImportError, e:
     py.test.skip("zlib not installed: %s " % (e, ))
 



More information about the Pypy-commit mailing list