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/protocol.py')
-rw-r--r--src/common/xmpp/protocol.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/xmpp/protocol.py b/src/common/xmpp/protocol.py
index f26128b73..7ae19a667 100644
--- a/src/common/xmpp/protocol.py
+++ b/src/common/xmpp/protocol.py
@@ -776,3 +776,5 @@ class DataForm(Node):
def __setitem__(self,name,val):
""" Simple dictionary interface for setting datafields values by their names."""
return self.setField(name).setValue(val)
+
+# vim: se ts=3: \ No newline at end of file