diff options
author | Johan Dahlin <johan@gnome.org> | 2012-03-21 14:45:53 -0300 |
---|---|---|
committer | Johan Dahlin <jdahlin@litl.com> | 2012-03-21 15:48:01 -0300 |
commit | c8bc6ae10cfe8b2eff4204ec2175907a6eb0585a (patch) | |
tree | 6b145e6add7e40fe8650cb07bcc064f651aae979 /examples/cairo-demo.py | |
parent | 39650906559fcc39b4be406fa7e25c4788d349a3 (diff) | |
download | pygobject-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-x | examples/cairo-demo.py | 2 |
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 |