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

View file

@ -15,6 +15,8 @@
Handles Jingle contents (XEP 0166) Handles Jingle contents (XEP 0166)
""" """
import xmpp
contents = {} contents = {}
def get_jingle_content(node): def get_jingle_content(node):