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/sleepy.py')
-rw-r--r--src/common/sleepy.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/sleepy.py b/src/common/sleepy.py
index f56a7e044..4cc36970c 100644
--- a/src/common/sleepy.py
+++ b/src/common/sleepy.py
@@ -128,3 +128,5 @@ if os.name == 'nt':
Sleepy = SleepyWindows
else:
Sleepy = SleepyUnix
+
+# vim: se ts=3: \ No newline at end of file