summaryrefslogtreecommitdiff
path: root/examples/gtk
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2006-04-03 17:19:43 +0000
committerJohan Dahlin <johan@src.gnome.org>2006-04-03 17:19:43 +0000
commitfcce6ce238c0d325c403e2c557659815358329b7 (patch)
treef473998d2729c3e85265eab7ad5fb1c8715a8376 /examples/gtk
parent9743b4f7df7984d755c93b3aeb0fbf94fecf0144 (diff)
downloadpygtk-fcce6ce238c0d325c403e2c557659815358329b7.tar.gz
pyflakes
Diffstat (limited to 'examples/gtk')
-rw-r--r--examples/gtk/bin.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/gtk/bin.py b/examples/gtk/bin.py
index 273c3ab0..fa8d7afa 100644
--- a/examples/gtk/bin.py
+++ b/examples/gtk/bin.py
@@ -1,5 +1,4 @@
# A simple gtk.Conatiner subclassing example reimplementing gtk.Bin in python
-import gobject
import gtk
class Bin(gtk.Container):