From dea4cdc07351921ada23170d1eef65f6e26f2b60 Mon Sep 17 00:00:00 2001
From: Thibaut GIRKA <thib@sitedethib.com>
Date: Sun, 20 Dec 2009 13:37:56 +0100
Subject: [PATCH] Import xmpp in jingle_content, so that
 JingleContent.__content can work. fixes #5524

---
 src/common/jingle_content.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/common/jingle_content.py b/src/common/jingle_content.py
index 93fdf01b9c..a3a8d9d80b 100644
--- a/src/common/jingle_content.py
+++ b/src/common/jingle_content.py
@@ -15,6 +15,8 @@
 Handles Jingle contents (XEP 0166)
 """
 
+import xmpp
+
 contents = {}
 
 def get_jingle_content(node):
@@ -131,4 +133,4 @@ class JingleContent(object):
 		self.callbacks = None
 		del self.session.contents[(self.creator, self.name)]
 
-# vim: se ts=3:
\ No newline at end of file
+# vim: se ts=3:
-- 
GitLab