diff options
author | Chris Gavin <chris@chrisgavin.me> | 2017-04-24 23:44:50 +0100 |
---|---|---|
committer | Chris Gavin <chris@chrisgavin.me> | 2017-04-24 23:44:50 +0100 |
commit | d505128a2164a9efcfdc06320d9f40d7eb8077d2 (patch) | |
tree | 5067708dcfbd50224a9098fcc1c4982344f2254a /src/lxml/ElementInclude.py | |
parent | 1b156311b950e2722da3159afc5c882021f9e6c1 (diff) | |
download | python-lxml-d505128a2164a9efcfdc06320d9f40d7eb8077d2.tar.gz |
Remove unused imports.
Diffstat (limited to 'src/lxml/ElementInclude.py')
-rw-r--r-- | src/lxml/ElementInclude.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lxml/ElementInclude.py b/src/lxml/ElementInclude.py index 613b96ca..dc1a3763 100644 --- a/src/lxml/ElementInclude.py +++ b/src/lxml/ElementInclude.py @@ -51,7 +51,6 @@ form of custom URL resolvers. """ from lxml import etree -import copy try: from urlparse import urljoin from urllib2 import urlopen |