diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/wolframalpha.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/wolframalpha.py b/modules/wolframalpha.py index 6fccb6a..f518fc6 100644 --- a/modules/wolframalpha.py +++ b/modules/wolframalpha.py @@ -5,7 +5,7 @@ info = { } import urllib, urllib2, re -from xml.etree import ElementTree +from xml.etree.ElementTree import ElementTree whitespace_re = re.compile(r'\s+') |