pyexpat loaded anyway, so better to use it

This commit is contained in:
Oleksii Shevchuk 2017-04-21 00:00:16 +03:00
parent 933c4b6dff
commit bc1651dcf9
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import argparse
import urllib2
from StringIO import StringIO
from httplib import HTTPResponse
from xml.etree.cElementTree import fromstring
from xml.etree.ElementTree import fromstring
from urlparse import urlparse
import ctypes
import os