Prevention of cyclical imports. Fixes #6845

This commit is contained in:
Denis Fomin 2011-03-27 00:15:36 +03:00
parent 362e8764d8
commit 5679d4314b
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,6 @@ import vcard
import conversation_textview
import message_control
import dataforms_widget
import disco
from random import randrange
from common import pep
@ -2388,6 +2387,7 @@ class JoinGroupchatWindow:
else:
try:
# Object will add itself to the window dict
import disco
disco.ServiceDiscoveryWindow(self.account, server,
initial_identities=[{'category': 'conference',
'type': 'text'}])