summaryrefslogtreecommitdiff
path: root/examples/cairo-demo.py
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2012-03-21 14:45:53 -0300
committerJohan Dahlin <jdahlin@litl.com>2012-03-21 15:48:01 -0300
commitc8bc6ae10cfe8b2eff4204ec2175907a6eb0585a (patch)
tree6b145e6add7e40fe8650cb07bcc064f651aae979 /examples/cairo-demo.py
parent39650906559fcc39b4be406fa7e25c4788d349a3 (diff)
downloadpygobject-c8bc6ae10cfe8b2eff4204ec2175907a6eb0585a.tar.gz
Correct pyflakes warnings/errors
And add a target to make check that runs pyflakes. https://bugzilla.gnome.org/show_bug.cgi?id=672578
Diffstat (limited to 'examples/cairo-demo.py')
-rwxr-xr-xexamples/cairo-demo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cairo-demo.py b/examples/cairo-demo.py
index cec45d8f..1cc69bf1 100755
--- a/examples/cairo-demo.py
+++ b/examples/cairo-demo.py
@@ -4,7 +4,7 @@ Based on cairo-demo/X11/cairo-demo.c
"""
import cairo
-from gi.repository import Gdk, Gtk
+from gi.repository import Gtk
SIZE = 30