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

bigdog at codespeak.net bigdog at codespeak.net
Sun Jan 20 17:25:15 CET 2008


Author: bigdog
Date: Sun Jan 20 17:25:14 2008
New Revision: 50805

Modified:
   pypy/dist/pypy/config/pypyoption.py
Log:
Add "termios" to list of modules removed from working_modules list for windows.

Modified: pypy/dist/pypy/config/pypyoption.py
==============================================================================
--- pypy/dist/pypy/config/pypyoption.py	(original)
+++ pypy/dist/pypy/config/pypyoption.py	Sun Jan 20 17:25:14 2008
@@ -32,6 +32,7 @@
     del working_modules["fcntl"]
     del working_modules["readline"]
     del working_modules["crypt"]
+    del working_modules["termios"]
 
 
 module_dependencies = {'_ffi': [("objspace.usemodules.struct", True)],



More information about the Pypy-commit mailing list