[pypy-svn] r35399 - pypy/dist/pypy/module/posix
antocuni at codespeak.net
antocuni at codespeak.net
Wed Dec 6 16:24:29 CET 2006
Author: antocuni
Date: Wed Dec 6 16:24:28 2006
New Revision: 35399
Modified:
pypy/dist/pypy/module/posix/__init__.py
Log:
typo
Modified: pypy/dist/pypy/module/posix/__init__.py
==============================================================================
--- pypy/dist/pypy/module/posix/__init__.py (original)
+++ pypy/dist/pypy/module/posix/__init__.py Wed Dec 6 16:24:28 2006
@@ -82,7 +82,7 @@
space = self.space
config = space.config
# XXX execve does not work under ootypesystem yet :-(
- if config.translating and config.typesystem != "lltype":
+ if config.translating and config.translation.type_system != "lltype":
space.delattr(self, space.wrap("execve"))
for constant in dir(os):
More information about the pypy-svn
mailing list