Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2012-06-20 00:23:00 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2012-06-20 00:23:00 (GMT)
commit3509b573e8a956aa0b301c9d278e1017ef8d4fbd (patch)
treea2a7685ab42f5a1f6acc6a6986ff3f44a2229016
parentc3e3c3c9a70fb4fb80cce68b65735e20a815ee43 (diff)
all gi impots in different lines
-rw-r--r--activity.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/activity.py b/activity.py
index 80899d7..4d2d1f7 100644
--- a/activity.py
+++ b/activity.py
@@ -20,7 +20,12 @@ import logging
import telepathy
import telepathy.client
import locale
-from gi.repository import Gtk, Gdk, GObject, Pango, GdkPixbuf
+
+from gi.repository import Gtk
+from gi.repository import Gdk
+from gi.repository import GObject
+from gi.repository import Pango
+from gi.repository import GdkPixbuf
# directory exists if powerd is running. create a file here,
# named after our pid, to inhibit suspend.