summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Feltman <sfeltman@src.gnome.org>2013-11-12 23:04:50 -0800
committerSimon Feltman <sfeltman@src.gnome.org>2013-11-12 23:04:50 -0800
commit6fc3d977f17397e514aed492055e93d03c410f60 (patch)
tree42128f2a5d6fac9b60eafb831b6752c11921f68a
parenta309b3baf5ee99139cc2d1817339233e24391bc2 (diff)
downloadpygobject-6fc3d977f17397e514aed492055e93d03c410f60.tar.gz
gtk-demo: Fix pyflakes error after recent commit3.11.2
-rw-r--r--demos/gtk-demo/demos/pixbuf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/gtk-demo/demos/pixbuf.py b/demos/gtk-demo/demos/pixbuf.py
index 778874bc..4f3329be 100644
--- a/demos/gtk-demo/demos/pixbuf.py
+++ b/demos/gtk-demo/demos/pixbuf.py
@@ -26,7 +26,7 @@ scaling. It also shows off how to use GtkDrawingArea to do a simple animation.
Look at the Image demo for additional pixbuf usage examples.
"""
-from gi.repository import Gtk, Gdk, GdkPixbuf, GLib, GObject
+from gi.repository import Gtk, Gdk, GdkPixbuf, GLib
import os
import math