Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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