diff options
| author | Johan Dahlin <johan@src.gnome.org> | 2008-07-29 21:40:00 +0000 |
|---|---|---|
| committer | Johan Dahlin <johan@src.gnome.org> | 2008-07-29 21:40:00 +0000 |
| commit | b323a08f84c0a072a25c375be19a6a0df7337348 (patch) | |
| tree | 065de43bf6f70882cd584648f2f7835c8abe807d /examples | |
| parent | 4a8c6c88a38e1b99b22ecc675ca70e752326a3a9 (diff) | |
| download | pygobject-b323a08f84c0a072a25c375be19a6a0df7337348.tar.gz pygobject-b323a08f84c0a072a25c375be19a6a0df7337348.tar.xz pygobject-b323a08f84c0a072a25c375be19a6a0df7337348.zip | |
Take some credit
svn path=/trunk/; revision=899
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/gio/directory-async.py | 2 | ||||
| -rw-r--r-- | examples/gio/downloader.py | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/examples/gio/directory-async.py b/examples/gio/directory-async.py index d6599a0..6cb0975 100644 --- a/examples/gio/directory-async.py +++ b/examples/gio/directory-async.py @@ -1,3 +1,5 @@ +# Async Directory listing +# Johan Dahlin 2008 import sys import glib diff --git a/examples/gio/downloader.py b/examples/gio/downloader.py index f04a0e4..0c34f54 100644 --- a/examples/gio/downloader.py +++ b/examples/gio/downloader.py @@ -1,4 +1,5 @@ # Example GIO based Asynchronous downloader +# Johan Dahlin 2008 import sys |
