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:
Diffstat (limited to 'src/osx/growler.py')
-rw-r--r--src/osx/growler.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/osx/growler.py b/src/osx/growler.py
index c3ea320cf..0b39a66f6 100644
--- a/src/osx/growler.py
+++ b/src/osx/growler.py
@@ -61,3 +61,5 @@ def filterString(string):
string = string.replace(""", "'")
return string
+
+# vim: se ts=3: \ No newline at end of file