Move xml.parsers.expat import for flake8

This commit is contained in:
Matt Martz 2016-03-10 10:15:00 -06:00
parent e4218c7612
commit 77db2ea8f4
1 changed files with 1 additions and 1 deletions

View File

@ -27,6 +27,7 @@ import timeit
import datetime
import platform
import threading
import xml.parsers.expat
__version__ = '1.0.0'
@ -65,7 +66,6 @@ except ImportError:
except ImportError:
json = None
import xml.parsers.expat
try:
import xml.etree.cElementTree as ET
except ImportError: