summaryrefslogtreecommitdiff
path: root/openid/oidutil.py
diff options
context:
space:
mode:
authorhttp://j3h.us/ <http://j3h.us/@lillialexis.local>2007-10-02 18:09:07 +0000
committerhttp://j3h.us/ <http://j3h.us/@lillialexis.local>2007-10-02 18:09:07 +0000
commitc6cd3d997861fb13703972a419296bbff9d22697 (patch)
tree05fe71259b092828d89f35daec3935a34ea0b467 /openid/oidutil.py
parentfdbc6c8bac06a3d0cd9814bf310564c4c675032f (diff)
downloadopenid-c6cd3d997861fb13703972a419296bbff9d22697.tar.gz
[project @ Add support for lxml ElementTree implementation]
Now that we're being more portable about the API, it just works. Ideally, we'd have builders testing each different ElementTree import, but since it works for me, I think I'll only go there if we have trouble.
Diffstat (limited to 'openid/oidutil.py')
-rw-r--r--openid/oidutil.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/openid/oidutil.py b/openid/oidutil.py
index 950cfef..85265e6 100644
--- a/openid/oidutil.py
+++ b/openid/oidutil.py
@@ -14,6 +14,7 @@ import urlparse
from urllib import urlencode
elementtree_modules = [
+ 'lxml.etree',
'xml.etree.cElementTree',
'xml.etree.ElementTree',
'cElementTree',