summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2008-07-18 20:24:15 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-07-18 20:24:15 +0000
commit6b549cf1cd38af624751047b28f0580c4d3495b0 (patch)
tree8bd9f11d998b692c1797139810390ab1e99b53cd /examples
parent4287c2cc70b02930ed64e9cbec2a0c886ac5d3b7 (diff)
downloadpygobject-6b549cf1cd38af624751047b28f0580c4d3495b0.tar.gz
Remove unused import
svn path=/trunk/; revision=829
Diffstat (limited to 'examples')
-rw-r--r--examples/gio/directory-async.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/gio/directory-async.py b/examples/gio/directory-async.py
index 30e22e3d..8962c5a3 100644
--- a/examples/gio/directory-async.py
+++ b/examples/gio/directory-async.py
@@ -1,6 +1,5 @@
import gobject
import gio
-import gtk
def callback(gfile, result):
for file_info in gfile.enumerate_children_finish(result):