Author: Philip Jenvey <pjen...@underboss.org> Branch: py3k Changeset: r63970:cc4dc77691f2 Date: 2013-05-10 13:11 -0700 http://bitbucket.org/pypy/pypy/changeset/cc4dc77691f2/
Log: fix diff --git a/pypy/goal/targetpypystandalone.py b/pypy/goal/targetpypystandalone.py --- a/pypy/goal/targetpypystandalone.py +++ b/pypy/goal/targetpypystandalone.py @@ -91,7 +91,7 @@ w_globals = space.newdict() space.setitem(w_globals, space.wrap('__builtins__'), - space.builtin_modules['__builtin__']) + space.builtin_modules['builtins']) def _pypy_execute_source(source): try: _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit