summaryrefslogtreecommitdiff
path: root/lib/python2.7/xml/etree/cElementTree.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python2.7/xml/etree/cElementTree.py')
-rw-r--r--lib/python2.7/xml/etree/cElementTree.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/python2.7/xml/etree/cElementTree.py b/lib/python2.7/xml/etree/cElementTree.py
new file mode 100644
index 0000000..a6f127a
--- /dev/null
+++ b/lib/python2.7/xml/etree/cElementTree.py
@@ -0,0 +1,3 @@
+# Wrapper module for _elementtree
+
+from _elementtree import *