diff options
author | Fredrik Lundh <fredrik@pythonware.com> | 2005-12-14 18:46:16 (GMT) |
---|---|---|
committer | Fredrik Lundh <fredrik@pythonware.com> | 2005-12-14 18:46:16 (GMT) |
commit | 4c86ec651e4f251a9cf5a200d3521ea28566d3a0 (patch) | |
tree | 20485eb32049f8c5f2bc08f6d99dab289c417a46 /Lib | |
parent | 9ed730603112667b12cbbfb9c2af502e85bf06c4 (diff) | |
download | cpython-4c86ec651e4f251a9cf5a200d3521ea28566d3a0.zip cpython-4c86ec651e4f251a9cf5a200d3521ea28566d3a0.tar.gz cpython-4c86ec651e4f251a9cf5a200d3521ea28566d3a0.tar.bz2 |
added cElementTree/_elementtree build stuff and wrapper module
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/xmlcore/etree/cElementTree.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/xmlcore/etree/cElementTree.py b/Lib/xmlcore/etree/cElementTree.py new file mode 100644 index 0000000..a6f127a --- /dev/null +++ b/Lib/xmlcore/etree/cElementTree.py @@ -0,0 +1,3 @@ +# Wrapper module for _elementtree + +from _elementtree import * |