Author: Philip Jenvey <[email protected]>
Branch: py3k
Changeset: r70783:59e6a6bce81b
Date: 2014-04-19 11:48 -0700
http://bitbucket.org/pypy/pypy/changeset/59e6a6bce81b/

Log:    __builtin__ -> builtins

diff --git a/pypy/goal/targetpypystandalone.py 
b/pypy/goal/targetpypystandalone.py
--- a/pypy/goal/targetpypystandalone.py
+++ b/pypy/goal/targetpypystandalone.py
@@ -112,7 +112,7 @@
         space.call_function(w_pathsetter, w_path)
         # import site
         try:
-            import_ = space.getattr(space.getbuiltinmodule('__builtin__'),
+            import_ = space.getattr(space.getbuiltinmodule('builtins'),
                                     space.wrap('__import__'))
             space.call_function(import_, space.wrap('site'))
             return 0
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to