Skip to content

Commit 9beda58

Browse files
committed
[xmlparser.py] Remove Useless Import Statement
Related to issue #276.
1 parent 8f18f02 commit 9beda58

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

odml/tools/xmlparser.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
# this is needed for py2exe to include lxml completely
1212
from lxml import _elementpath as _dummy
1313
from os.path import basename
14-
import uuid
1514

1615
try:
1716
from StringIO import StringIO

0 commit comments

Comments
 (0)