summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2008-07-29 07:28:31 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-07-29 07:28:31 +0000
commit59d3c6e08bb01da5bfc07b6e9d77fccb59566b8d (patch)
tree677f175d0d2c4dc7bed31b1614f4dc3c0564719b
parent7242e335e4c0c4ab94d1e83cd49085618c692e1e (diff)
downloadgobject-introspection-59d3c6e08bb01da5bfc07b6e9d77fccb59566b8d.tar.gz
Remove unused import
svn path=/trunk/; revision=895
-rw-r--r--examples/gio/downloader.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gio/downloader.py b/examples/gio/downloader.py
index 528016dc..b5d5bb99 100644
--- a/examples/gio/downloader.py
+++ b/examples/gio/downloader.py
@@ -3,7 +3,6 @@
import sys
import glib
-import glib.option
import gio
@@ -59,6 +58,7 @@ class Downloader(object):
def stop(self):
self.loop.quit()
+
def main(args):
if len(args) < 2:
print 'Needs a URI'