summaryrefslogtreecommitdiff
path: root/buildlibxml.py
diff options
context:
space:
mode:
authorscoder <none@none>2010-03-25 14:17:13 +0100
committerscoder <none@none>2010-03-25 14:17:13 +0100
commitc0b410f4c464d5377395d53f7723c36cf628def3 (patch)
tree50fd2fb340c475154829090965762a2963bf6f8b /buildlibxml.py
parent96769e12eafe123839d4ff92c6919df02c0a4aa9 (diff)
downloadpython-lxml-c0b410f4c464d5377395d53f7723c36cf628def3.tar.gz
[svn r4382] r5530@lenny: sbehnel | 2010-03-25 14:17:06 +0100
Py3 build fix --HG-- branch : trunk
Diffstat (limited to 'buildlibxml.py')
-rw-r--r--buildlibxml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildlibxml.py b/buildlibxml.py
index 481369e3..65bf0b68 100644
--- a/buildlibxml.py
+++ b/buildlibxml.py
@@ -5,7 +5,7 @@ try:
from urlparse import urlsplit, urljoin
from urllib import urlretrieve
except ImportError:
- from urllib.parse import urlsplit
+ from urllib.parse import urlsplit, urljoin
from urllib.request import urlretrieve
multi_make_options = []