Author: Amaury Forgeot d'Arc <amaur...@gmail.com>
Branch: 
Changeset: r52343:44bceade8267
Date: 2012-02-10 01:24 +0100
http://bitbucket.org/pypy/pypy/changeset/44bceade8267/

Log:    Oops, did not mean to commit this

diff --git a/lib_pypy/datetime.py b/lib_pypy/datetime.py
--- a/lib_pypy/datetime.py
+++ b/lib_pypy/datetime.py
@@ -2125,7 +2125,3 @@
 pretty bizarre, and a tzinfo subclass can override fromutc() if it is.
 """
 
-if not hasattr(_time, '__datetime__dict'):
-    _time.__datetime__dict = globals()
-else:
-    globals().update(_time.__datetime__dict)
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to