summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/gio/directory-async.py2
-rw-r--r--examples/gio/downloader.py1
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