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/common/exceptions.py')
-rw-r--r--src/common/exceptions.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/exceptions.py b/src/common/exceptions.py
index c8385f6b7..a6e9ea971 100644
--- a/src/common/exceptions.py
+++ b/src/common/exceptions.py
@@ -87,3 +87,5 @@ class GajimGeneralException(Exception):
def __str__(self):
return self.text
+
+# vim: se ts=3: \ No newline at end of file