We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccd8a6b commit 62ec763Copy full SHA for 62ec763
pygccxml/parser/etree_scanner.py
@@ -4,6 +4,10 @@
4
# http://www.boost.org/LICENSE_1_0.txt)
5
6
import scanner
7
+
8
+#keep py2exe happy
9
+import xml.etree.ElementTree
10
11
import xml.etree.cElementTree as ElementTree
12
13
class etree_saxifier_t(object):
0 commit comments