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-04 00:37:54 +0300
committerYann Leboulanger <asterix@lagaule.org>2008-12-04 00:37:54 +0300
commitc271d1f15a8d7a014139f6ffaac477c38ee808a6 (patch)
treedf898fc83dc90199ac1efb40bfb49dc467b128cc /src/osx/growl
parent3392c54dd0d775f5f0c2b79f6db3388a64011e38 (diff)
fix bad indentation
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 f035e69df..dd4fe885e 100644
--- a/src/osx/growl/Growl.py
+++ b/src/osx/growl/Growl.py
@@ -135,7 +135,7 @@ class netgrowl:
checksum = md5.new()
checksum.update(data)
if self.password:
- checksum.update(self.password)
+ checksum.update(self.password)
data += checksum.digest()
return data