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-12-02 17:44:26 +0300
committerYann Leboulanger <asterix@lagaule.org>2008-12-02 17:44:26 +0300
commite2118de64ccc1c40fdae04ba3a3a522137a8ef24 (patch)
treeb6b671c829a36f66f58d8cebad463cb4cda78c5b /src/osx/growl
parent983301d5893be622f573fbc7e40d58351aaf4686 (diff)
[thorstenp] remove useless import
Diffstat (limited to 'src/osx/growl')
-rw-r--r--src/osx/growl/Growl.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/osx/growl/Growl.py b/src/osx/growl/Growl.py
index b9ed533ba..f035e69df 100644
--- a/src/osx/growl/Growl.py
+++ b/src/osx/growl/Growl.py
@@ -14,7 +14,6 @@ try:
import _growl
except Exception:
_growl = False
-import types
import struct
import md5
import socket
@@ -243,4 +242,4 @@ class GrowlNotifier(object):
def notifyCB(self, userdata):
print "Got notify in pyland", userdata
-# vim: se ts=3: \ No newline at end of file
+# vim: se ts=3: