From 667b4d7bf9a997e6297f703928a189373ce603f1 Mon Sep 17 00:00:00 2001 From: Ignacio Rodríguez Date: Mon, 31 Dec 2012 01:59:14 +0000 Subject: Removed importation of modules unused --- diff --git a/plugin/__init__.py b/plugin/__init__.py index 223bc15..83e3d62 100644 --- a/plugin/__init__.py +++ b/plugin/__init__.py @@ -13,14 +13,11 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -import json import time import logging import subprocess -from os.path import abspath, dirname from gettext import gettext as _ -import dbus from gi.repository import Gtk from gi.repository import GObject @@ -96,7 +93,7 @@ def start(): def activity_added_cb(model, activity): if activity.is_journal(): shell.disconnect_by_func(activity_added_cb) - gobject.idle_add(delayed_start) + GObject.idle_add(delayed_start) shell.connect('activity-added', activity_added_cb) -- cgit v0.9.1