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
path: root/test
diff options
context:
space:
mode:
authorjs <js-gajim@webkeks.org>2008-07-29 23:49:31 +0400
committerjs <js-gajim@webkeks.org>2008-07-29 23:49:31 +0400
commit8605cd3f383f25b01294ed50f89d965f25fb4fd1 (patch)
treea86e5c6e3aef733d68824c1ba18ebc259d56ed75 /test
parent993d0d8609ee30ebbf5162bb6d1fdcaf2c14729f (diff)
For historical reasons, we have a tab width of 3. This is strange, but
we have that in all files. To at least lesser the confusion a bit, add vim tags for that. Additionally, fix wrong #! in a few files.
Diffstat (limited to 'test')
-rw-r--r--test/mock.py2
-rw-r--r--test/mocks.py2
-rw-r--r--test/notify.py2
-rw-r--r--test/test_caps.py2
-rw-r--r--test/test_dispatcher_nb.py2
-rw-r--r--test/test_misc_interface.py2
-rw-r--r--test/test_sessions.py2
-rw-r--r--test/testlib.py2
8 files changed, 16 insertions, 0 deletions
diff --git a/test/mock.py b/test/mock.py
index 7c20056c1..02b94b511 100644
--- a/test/mock.py
+++ b/test/mock.py
@@ -463,3 +463,5 @@ CALLABLE = callable
+
+# vim: se ts=3: \ No newline at end of file
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
diff --git a/test/notify.py b/test/notify.py
index 2e55e6959..f14100af3 100644
--- a/test/notify.py
+++ b/test/notify.py
@@ -13,3 +13,5 @@ def get_show_in_roster(event, account, contact, session = None):
def get_show_in_systray(event, account, contact, type_ = None):
return True
+
+# vim: se ts=3: \ No newline at end of file
diff --git a/test/test_caps.py b/test/test_caps.py
index 3301ec725..642da1cb8 100644
--- a/test/test_caps.py
+++ b/test/test_caps.py
@@ -45,3 +45,5 @@ class TestCapsCache(unittest.TestCase):
if __name__ == '__main__':
unittest.main()
+
+# vim: se ts=3: \ No newline at end of file
diff --git a/test/test_dispatcher_nb.py b/test/test_dispatcher_nb.py
index c82115fa2..552380242 100644
--- a/test/test_dispatcher_nb.py
+++ b/test/test_dispatcher_nb.py
@@ -51,3 +51,5 @@ class TestDispatcherNB(unittest.TestCase):
if __name__ == '__main__':
unittest.main()
+
+# vim: se ts=3: \ No newline at end of file
diff --git a/test/test_misc_interface.py b/test/test_misc_interface.py
index 56fc0e7ca..32e74aa25 100644
--- a/test/test_misc_interface.py
+++ b/test/test_misc_interface.py
@@ -45,3 +45,5 @@ class TestMiscInterface(unittest.TestCase):
if __name__ == '__main__':
unittest.main()
+
+# vim: se ts=3: \ No newline at end of file
diff --git a/test/test_sessions.py b/test/test_sessions.py
index 47546f0eb..a2286b23d 100644
--- a/test/test_sessions.py
+++ b/test/test_sessions.py
@@ -202,3 +202,5 @@ class TestChatControlSession(unittest.TestCase):
if __name__ == '__main__':
unittest.main()
+
+# vim: se ts=3: \ No newline at end of file
diff --git a/test/testlib.py b/test/testlib.py
index 24e30a2ef..4beb43e14 100644
--- a/test/testlib.py
+++ b/test/testlib.py
@@ -33,3 +33,5 @@ def setup_env():
import gtkgui_helpers
gtkgui_helpers.GLADE_DIR = gajim_root + '/data/glade'
+
+# vim: se ts=3: \ No newline at end of file