Author: Brian Kearns <[email protected]>
Branch: 
Changeset: r62598:7c63dc3c19ab
Date: 2013-03-20 20:58 -0400
http://bitbucket.org/pypy/pypy/changeset/7c63dc3c19ab/

Log:    typo

diff --git a/lib-python/2/collections.py b/lib-python/2/collections.py
--- a/lib-python/2/collections.py
+++ b/lib-python/2/collections.py
@@ -15,7 +15,7 @@
 try:
     from __pypy__ import newdict
 except ImportError:
-    assert '__pypy__' not in sys.builtin_module_names
+    assert '__pypy__' not in _sys.builtin_module_names
     newdict = lambda _ : {}
 
 try:
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to