Skip to content

Commit 62ec763

Browse files
author
roman_yakovenko
committed
adding ability to create stand-alone executable for windows
1 parent ccd8a6b commit 62ec763

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pygccxml/parser/etree_scanner.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
# http://www.boost.org/LICENSE_1_0.txt)
55

66
import scanner
7+
8+
#keep py2exe happy
9+
import xml.etree.ElementTree
10+
711
import xml.etree.cElementTree as ElementTree
812

913
class etree_saxifier_t(object):

0 commit comments

Comments
 (0)