Import xmpp in jingle_content, so that JingleContent.__content can work. fixes #5524

This commit is contained in:
Thibaut GIRKA 2009-12-20 13:37:56 +01:00
parent d5e3c6a935
commit dea4cdc073
1 changed files with 3 additions and 1 deletions

View File

@ -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:
# vim: se ts=3: