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-11 13:37:13 +0400
committerYann Leboulanger <asterix@lagaule.org>2008-10-11 13:37:13 +0400
commit567f1e17c1f5273c7e8a052351d57327df100edb (patch)
treebd877d52b3415a170d5a866d9d980662b6f886ad /src/osx/growl
parent84e717c8df33fbe4c762e85189a3ba4552d4f16e (diff)
[thorstenp] di not use emtpy except clauses
Diffstat (limited to 'src/osx/growl')
-rw-r--r--src/osx/growl/Growl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osx/growl/Growl.py b/src/osx/growl/Growl.py
index 09270f7e6..b9ed533ba 100644
--- a/src/osx/growl/Growl.py
+++ b/src/osx/growl/Growl.py
@@ -12,7 +12,7 @@ __contributors__ = ["Ingmar J Stein (Growl Team)",
try:
import _growl
-except:
+except Exception:
_growl = False
import types
import struct