Author: Manuel Jacob <[email protected]>
Branch: py3.3
Changeset: r76168:d7432ee8463c
Date: 2015-02-27 11:17 +0100
http://bitbucket.org/pypy/pypy/changeset/d7432ee8463c/

Log:    Remove dummy _elementtree module which isn't needed for lib-python
        test_xml_etree_c anymore. Actually there is a test that depends on
        that there is no such dummy module.

diff --git a/lib_pypy/_elementtree.py b/lib_pypy/_elementtree.py
deleted file mode 100644
--- a/lib_pypy/_elementtree.py
+++ /dev/null
@@ -1,6 +0,0 @@
-# Just use ElementTree.
-
-from xml.etree import ElementTree
-
-globals().update(ElementTree.__dict__)
-del __all__
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to