pygobject r829 - trunk/examples/gio
- From: johan svn gnome org
- To: svn-commits-list gnome org
- Subject: pygobject r829 - trunk/examples/gio
- Date: Fri, 18 Jul 2008 20:24:15 +0000 (UTC)
Author: johan
Date: Fri Jul 18 20:24:15 2008
New Revision: 829
URL: http://svn.gnome.org/viewvc/pygobject?rev=829&view=rev
Log:
Remove unused import
Modified:
trunk/examples/gio/directory-async.py
Modified: trunk/examples/gio/directory-async.py
==============================================================================
--- trunk/examples/gio/directory-async.py (original)
+++ trunk/examples/gio/directory-async.py Fri Jul 18 20:24:15 2008
@@ -1,6 +1,5 @@
import gobject
import gio
-import gtk
def callback(gfile, result):
for file_info in gfile.enumerate_children_finish(result):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]