- Removed unnecessary import

- Fixed name of transport_nb's logger
This commit is contained in:
junglecow 2006-12-28 11:15:44 +00:00
parent d1c01945be
commit e1ad5b15d0
2 changed files with 1 additions and 2 deletions

View File

@ -461,7 +461,6 @@ class Connection(ConnectionHandlers):
fpr_good = None # None: Unable to check fpr, False: mismatch, True: match fpr_good = None # None: Unable to check fpr, False: mismatch, True: match
# FIXME: not tidy # FIXME: not tidy
import common.xmpp.transports_nb
if not common.xmpp.transports_nb.USE_PYOPENSSL: return None if not common.xmpp.transports_nb.USE_PYOPENSSL: return None
# FIXME: find a more permanent place for loading servers.xml # FIXME: find a more permanent place for loading servers.xml

View File

@ -30,7 +30,7 @@ import traceback
import thread import thread
import logging import logging
log = logging.getLogger('gajim.c.x.transports') log = logging.getLogger('gajim.c.x.transports_nb')
USE_PYOPENSSL = False USE_PYOPENSSL = False