Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Newton <redshodan@gmail.com>2007-11-20 02:14:42 +0300
committerJames Newton <redshodan@gmail.com>2007-11-20 02:14:42 +0300
commit2137ab0bbdbfcab253cfd68f95125b6c673bf0a3 (patch)
treeaf5c2d0be0f90056e66c612880fea5c2b3ebcb83 /src/osx/growl
parent38a1a09c805d24f521a310786e401ff026d5e8c7 (diff)
need the __init__.py for the module import. It had been an empty file and
probably didn't make it through the patch before because of that.
Diffstat (limited to 'src/osx/growl')
-rw-r--r--src/osx/growl/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osx/growl/__init__.py b/src/osx/growl/__init__.py
new file mode 100644
index 000000000..2f3c16e5d
--- /dev/null
+++ b/src/osx/growl/__init__.py
@@ -0,0 +1 @@
+# No-op file that just helps python with the growl module directory.