summaryrefslogtreecommitdiff
path: root/modules/wolframalpha.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/wolframalpha.py')
-rw-r--r--modules/wolframalpha.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/wolframalpha.py b/modules/wolframalpha.py
index 8a752be..6fccb6a 100644
--- a/modules/wolframalpha.py
+++ b/modules/wolframalpha.py
@@ -5,7 +5,7 @@ info = {
}
import urllib, urllib2, re
-from lxml.etree import ElementTree
+from xml.etree import ElementTree
whitespace_re = re.compile(r'\s+')