From 6fc3d977f17397e514aed492055e93d03c410f60 Mon Sep 17 00:00:00 2001 From: Simon Feltman Date: Tue, 12 Nov 2013 23:04:50 -0800 Subject: gtk-demo: Fix pyflakes error after recent commit --- demos/gtk-demo/demos/pixbuf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1