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-12 21:36:57 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2012-06-12 21:36:57 (GMT)
commitd7f95b9a9658ea315254f4f28d6997dec915911c (patch)
treec54edff520c22a4471ce465f9ec917ae20b37c48
parentc5392176247353bccdd5315ec43e8a1a74f16849 (diff)
ordering imports
-rw-r--r--activity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/activity.py b/activity.py
index a524575..d994cb1 100644
--- a/activity.py
+++ b/activity.py
@@ -17,11 +17,11 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
import gi
-from gi.repository import Gtk, Gdk, GObject, Pango, GdkPixbuf
import logging
import telepathy
import telepathy.client
import locale
+from gi.repository import Gtk, Gdk, GObject, Pango, GdkPixbuf
# directory exists if powerd is running. create a file here,
# named after our pid, to inhibit suspend.