Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/linkbutton.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 /linkbutton.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 'linkbutton.py')
-rw-r--r--linkbutton.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/linkbutton.py b/linkbutton.py
index b43374c..151f74c 100644
--- a/linkbutton.py
+++ b/linkbutton.py
@@ -16,6 +16,8 @@
# Boston, MA 02111-1307, USA.
from gi.repository import Gtk
+from gi.repository import GdkPixbuf
+
import os
from gi.repository import GObject
from gettext import gettext as _