[pypy-svn] r47845 - pypy/dist/pypy/config

elmom at codespeak.net elmom at codespeak.net
Wed Oct 24 18:12:48 CEST 2007


Author: elmom
Date: Wed Oct 24 18:12:48 2007
New Revision: 47845

Modified:
   pypy/dist/pypy/config/pypyoption.py
Log:
zimimport should be zipimport :)

Modified: pypy/dist/pypy/config/pypyoption.py
==============================================================================
--- pypy/dist/pypy/config/pypyoption.py	(original)
+++ pypy/dist/pypy/config/pypyoption.py	Wed Oct 24 18:12:48 2007
@@ -24,7 +24,7 @@
 working_modules.update(dict.fromkeys(
     ["_socket", "unicodedata", "mmap", "fcntl", "rctime", "select",
      "crypt", "signal", "dyngram", "readline", "termios", "zlib",
-     "struct", "md5", "sha", "bz2", 'zimimport'
+     "struct", "md5", "sha", "bz2", 'zipimport'
     ]
 ))
 



More information about the Pypy-commit mailing list