[pypy-svn] r79636 - pypy/trunk/pypy/config

arigo at codespeak.net arigo at codespeak.net
Mon Nov 29 13:46:20 CET 2010


Author: arigo
Date: Mon Nov 29 13:46:18 2010
New Revision: 79636

Modified:
   pypy/trunk/pypy/config/pypyoption.py
Log:
The binascii module translates.


Modified: pypy/trunk/pypy/config/pypyoption.py
==============================================================================
--- pypy/trunk/pypy/config/pypyoption.py	(original)
+++ pypy/trunk/pypy/config/pypyoption.py	Mon Nov 29 13:46:18 2010
@@ -31,7 +31,7 @@
      "crypt", "signal", "_rawffi", "termios", "zlib",
      "struct", "md5", "sha", "bz2", "_minimal_curses", "cStringIO",
      "thread", "itertools", "pyexpat", "_ssl", "cpyext", "array",
-     "_bisect"]
+     "_bisect", "binascii"]
 ))
 
 translation_modules = default_modules.copy()



More information about the Pypy-commit mailing list