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:
authorYann Leboulanger <asterix@lagaule.org>2008-10-21 01:38:06 +0400
committerYann Leboulanger <asterix@lagaule.org>2008-10-21 01:38:06 +0400
commit06ab4a7b6dd3d2f9db0d5df1f1cfe0dd635d96bc (patch)
tree04072fc88ede31308beb5e63f2afaeff9a787414 /src/osx/growl
parentf801a50260a7f7748952b6c88f065575bcac547c (diff)
revert thorstenp patches for now. They introduce bugs.
Diffstat (limited to 'src/osx/growl')
-rw-r--r--src/osx/growl/Growl.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/osx/growl/Growl.py b/src/osx/growl/Growl.py
index f035e69df..b9ed533ba 100644
--- a/src/osx/growl/Growl.py
+++ b/src/osx/growl/Growl.py
@@ -14,6 +14,7 @@ try:
import _growl
except Exception:
_growl = False
+import types
import struct
import md5
import socket
@@ -242,4 +243,4 @@ class GrowlNotifier(object):
def notifyCB(self, userdata):
print "Got notify in pyland", userdata
-# vim: se ts=3:
+# vim: se ts=3: \ No newline at end of file