X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=gigfinder.py;h=b6f5b7cb07339119795b621ffb29b881f4f83ddc;hb=7d0f8d93b8c9424d53e200fb2cfb3831df582616;hp=ea594d5255e9cecb62df2e3fc64903e6c6090500;hpb=4bc72371bb8535ebae5552ea7de5963f7b5ad859;p=gigfinder diff --git a/gigfinder.py b/gigfinder.py index ea594d5..b6f5b7c 100755 --- a/gigfinder.py +++ b/gigfinder.py @@ -20,7 +20,6 @@ import thread from locator import LocationUpdater from events import Events -from resultsparser import EventParser gtk.gdk.threads_init() @@ -36,7 +35,6 @@ class GigFinder: self.long = None self.distance = '10' self.banner = None - self.parser = EventParser() self.location = LocationUpdater() self.events = Events() self.win = hildon.StackableWindow()