Files
pyinstaller/buildtests/test-celementtree.py
T
giovannibajo 1ab4c78fc8 Add two new tests
git-svn-id: http://svn.pyinstaller.org/trunk@636 8dd32b29-ccff-0310-8a9a-9233e24343b1
2009-03-01 12:22:53 +00:00

10 lines
211 B
Python

"""
import xml.etree.ElementTree
from copy import copy, deepcopy
import _elementtree
import xml.etree.cElementTree
print dir(xml.etree.cElementTree)
"""
from xml.etree.cElementTree import ElementTree
print "OK"