summaryrefslogtreecommitdiff
path: root/modules/tvrage.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/tvrage.py')
-rw-r--r--modules/tvrage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tvrage.py b/modules/tvrage.py
index 02675cb..d500d96 100644
--- a/modules/tvrage.py
+++ b/modules/tvrage.py
@@ -5,7 +5,7 @@ info = {
}
import urllib, urllib2, datetime, rfc3339, pytz
-from lxml import etree
+from xml import etree
class Module:
def __init__(self, bot):