pygobject r895 - trunk/examples/gio
- From: johan svn gnome org
- To: svn-commits-list gnome org
- Subject: pygobject r895 - trunk/examples/gio
- Date: Tue, 29 Jul 2008 07:28:31 +0000 (UTC)
Author: johan
Date: Tue Jul 29 07:28:31 2008
New Revision: 895
URL: http://svn.gnome.org/viewvc/pygobject?rev=895&view=rev
Log:
Remove unused import
Modified:
trunk/examples/gio/downloader.py
Modified: trunk/examples/gio/downloader.py
==============================================================================
--- trunk/examples/gio/downloader.py (original)
+++ trunk/examples/gio/downloader.py Tue Jul 29 07:28:31 2008
@@ -3,7 +3,6 @@
import sys
import glib
-import glib.option
import gio
@@ -59,6 +58,7 @@
def stop(self):
self.loop.quit()
+
def main(args):
if len(args) < 2:
print 'Needs a URI'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]