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/gio/directory-async.py | |
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/gio/directory-async.py')
-rw-r--r-- | examples/gio/directory-async.py | 2 |
1 files changed, 2 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 |