summaryrefslogtreecommitdiff
path: root/Lib/xml/etree/cElementTree.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/xml/etree/cElementTree.py')
-rw-r--r--Lib/xml/etree/cElementTree.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/xml/etree/cElementTree.py b/Lib/xml/etree/cElementTree.py
new file mode 100644
index 0000000000..368e679189
--- /dev/null
+++ b/Lib/xml/etree/cElementTree.py
@@ -0,0 +1,3 @@
+# Deprecated alias for xml.etree.ElementTree
+
+from xml.etree.ElementTree import *