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/lib/data.py')
-rwxr-xr-xtest/lib/data.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/lib/data.py b/test/lib/data.py
index e74e9c01b..c713de0ac 100755
--- a/test/lib/data.py
+++ b/test/lib/data.py
@@ -52,6 +52,7 @@ contacts[account3] = {
# 'ask': None, 'groups': [], 'name': None,
# 'resources': {}, 'subscription': u'both'}
}
+
# We have contacts that are not in roster but only specified in the metadata
metacontact_data = [
[{'account': account3,
@@ -75,3 +76,4 @@ metacontact_data = [
'order': 0}]
]
+# vim: se ts=3: