Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/model/shell.py
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 /src/jarabe/model/shell.py
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 'src/jarabe/model/shell.py')
-rw-r--r--src/jarabe/model/shell.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jarabe/model/shell.py b/src/jarabe/model/shell.py
index e015c8a..b2c912b 100644
--- a/src/jarabe/model/shell.py
+++ b/src/jarabe/model/shell.py
@@ -22,6 +22,7 @@ from gi.repository import GConf
from gi.repository import Wnck
from gi.repository import GObject
from gi.repository import Gtk
+from gi.repository import Gdk
import dbus
from sugar3 import wm