Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorManuel QuiƱones <manuq@laptop.org>2012-09-03 09:42:27 (GMT)
committer Simon Schampijer <simon@laptop.org>2012-09-07 09:14:25 (GMT)
commitbfbb3abc01b92cb6065cdb61b4690efc9b446d28 (patch)
tree63e3b25d5f8bd61c7bffc929b4519e91091b235d /bin
parent0c4c39649838a2f3d3222a55e53faff3d110a0bf (diff)
All: add missing Gdk imports
In PyGtk the Gdk imports were under gtk.gdk Now they are available in it's own module. This has not been handled by the conversion script. Signed-off-by: Manuel QuiƱones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/sugar-session1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/sugar-session b/bin/sugar-session
index 4c16073..63eeff0 100755
--- a/bin/sugar-session
+++ b/bin/sugar-session
@@ -31,6 +31,7 @@ import logging
from gi.repository import GConf
from gi.repository import Gtk
+from gi.repository import Gdk
from gi.repository import GObject
import dbus.glib
from gi.repository import Wnck