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/xmpp/features.py')
-rw-r--r--src/common/xmpp/features.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/xmpp/features.py b/src/common/xmpp/features.py
index 5b4b6fea6..769ab42bc 100644
--- a/src/common/xmpp/features.py
+++ b/src/common/xmpp/features.py
@@ -182,3 +182,5 @@ def delPrivacyList(disp,listname):
""" Deletes privacy list 'listname'. Returns true on success."""
resp=disp.SendAndWaitForResponse(Iq('set',NS_PRIVACY,payload=[Node('list',{'name':listname})]))
if isResultNode(resp): return 1
+
+# vim: se ts=3: \ No newline at end of file