Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webactivity.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 /webactivity.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 'webactivity.py')
-rw-r--r--webactivity.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/webactivity.py b/webactivity.py
index 27f181d..8495faf 100644
--- a/webactivity.py
+++ b/webactivity.py
@@ -26,6 +26,7 @@ GObject.threads_init()
from gi.repository import Gtk
from gi.repository import Gdk
+from gi.repository import GdkPixbuf
import base64
import time
import shutil