Remove unnecessary import
parent
79ab1e6a43
commit
0fdaad0284
|
@ -6,7 +6,6 @@ from __future__ import division, absolute_import, print_function
|
||||||
from xml.dom.minidom import parse
|
from xml.dom.minidom import parse
|
||||||
from os import path as os_path, getcwd
|
from os import path as os_path, getcwd
|
||||||
import re
|
import re
|
||||||
import xml.etree.cElementTree as etree
|
|
||||||
|
|
||||||
# Internal dependencies
|
# Internal dependencies
|
||||||
from .parser import parse_path
|
from .parser import parse_path
|
||||||
|
|
Loading…
Reference in New Issue