summaryrefslogtreecommitdiff
path: root/src/lxml/ElementInclude.py
diff options
context:
space:
mode:
authorChris Gavin <chris@chrisgavin.me>2017-04-24 23:44:50 +0100
committerChris Gavin <chris@chrisgavin.me>2017-04-24 23:44:50 +0100
commitd505128a2164a9efcfdc06320d9f40d7eb8077d2 (patch)
tree5067708dcfbd50224a9098fcc1c4982344f2254a /src/lxml/ElementInclude.py
parent1b156311b950e2722da3159afc5c882021f9e6c1 (diff)
downloadpython-lxml-d505128a2164a9efcfdc06320d9f40d7eb8077d2.tar.gz
Remove unused imports.
Diffstat (limited to 'src/lxml/ElementInclude.py')
-rw-r--r--src/lxml/ElementInclude.py1
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