From bde2d63fec24dede1907f3e370c8d63cf1153ff7 Mon Sep 17 00:00:00 2001 From: toyg Date: Tue, 27 May 2014 14:37:15 +0100 Subject: [PATCH] Fixed problem with unpickling complex users --- twistmonitor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twistmonitor.py b/twistmonitor.py index 284438f..f46a5ef 100644 --- a/twistmonitor.py +++ b/twistmonitor.py @@ -7,7 +7,7 @@ from os.path import expanduser import feedparser -from twistscraper import TwisterScraper +from twistscraper import TwisterScraper, GeoLocationService, User __author__ = 'Giacomo Lacava'