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-22 02:19:53 (GMT)
committer Rafael Ortiz <rafael@activitycentral.com>2012-06-22 02:19:53 (GMT)
commitaebf5c1f2c995cf624656f4780265907443c4990 (patch)
treef878a31b6b301b1f75f90edb1722e2a2f7c6a611
parentf189966128f51384bb1d80efef73559de0572d48 (diff)
all imports one line per line
-rw-r--r--stopwatch.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/stopwatch.py b/stopwatch.py
index a72d2ef..325d6d6 100644
--- a/stopwatch.py
+++ b/stopwatch.py
@@ -16,7 +16,10 @@
import dbus
import gi
-from gi.repository import Gtk, Gdk, GObject, Pango
+from gi.repository import Gtk
+from gi.repository import Gdk
+from gi.repository import GObject
+from gi.repository import Pango
import dobject
import logging
import time