summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Planella <david.planella@gmail.com>2012-05-26 16:55:25 +0200
committerDavid Planella <david.planella@gmail.com>2012-05-26 16:55:25 +0200
commit0b171c8b1c309f1f67f89b90488c5acec47995c0 (patch)
treec433d5919d3632eaee50850d3d9d4258eef68c63
parentbc535f910ccf5fb0356b2fa2daf058547cf2b741 (diff)
Fixed unnecessary gobject import, which causes mayhem when using Geoclue with other PyGI modules
-rwxr-xr-xGeoclue/Base.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Geoclue/Base.py b/Geoclue/Base.py
index 07246a9..50e50da 100755
--- a/Geoclue/Base.py
+++ b/Geoclue/Base.py
@@ -20,7 +20,6 @@ import math
import dbus
from dbus.mainloop.glib import DBusGMainLoop
-import gobject
import geoclue
from Signal import Signal