Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webtoolbar.py
diff options
context:
space:
mode:
authorManuel Quiñones <manuq@laptop.org>2011-12-01 11:18:43 (GMT)
committer Manuel Quiñones <manuq@laptop.org>2011-12-01 14:11:01 (GMT)
commit20d7265d835b80e2f23c3cb7419028b3d1e8e039 (patch)
treed7450b8093d48a2e766120f2daa29e38311eddbb /webtoolbar.py
parentf596936af96fd898bdfe1398415eaa2f9b562724 (diff)
Add needed imports for Gdk, GdkPixbuf and WebKit
Using pyflakes to check. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
Diffstat (limited to 'webtoolbar.py')
-rw-r--r--webtoolbar.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/webtoolbar.py b/webtoolbar.py
index 104f406..a61d758 100644
--- a/webtoolbar.py
+++ b/webtoolbar.py
@@ -20,6 +20,7 @@ from gettext import gettext as _
from gi.repository import GObject
from gi.repository import Gtk
+from gi.repository import Gdk
from gi.repository import Pango
from gi.repository import WebKit