From 0ab0d70980f7da77139155050e3f6dc169dba213 Mon Sep 17 00:00:00 2001 From: Jon Date: Fri, 26 Mar 2010 19:28:33 +0000 Subject: [PATCH] TODO comment --- gig_finder.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gig_finder.py b/gig_finder.py index 6e2be69..9557319 100644 --- a/gig_finder.py +++ b/gig_finder.py @@ -155,6 +155,7 @@ class GigFinder: self.win.add(pannable_area) + # TODO: threaded?? self.location_updater = LocationUpdater() self.location_updater.update_location() gobject.idle_add(self.update_gigs) -- 1.7.9.5