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 'test/mocks.py')
-rw-r--r--test/mocks.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/mocks.py b/test/mocks.py
index 213f79ddf..a04ec3a2d 100644
--- a/test/mocks.py
+++ b/test/mocks.py
@@ -66,3 +66,5 @@ class MockSession(Mock):
def __nonzero__(self):
return True
+
+# vim: se ts=3: \ No newline at end of file