diff --git a/src/common/connection.py b/src/common/connection.py index 15d735567..3eac107d7 100644 --- a/src/common/connection.py +++ b/src/common/connection.py @@ -4,6 +4,7 @@ ## - Yann Le Boulanger ## - Vincent Hanquez ## - Nikos Kouremenos +## - Dimitur Kirov ## ## Copyright (C) 2003-2005 Gajim Team ## @@ -24,7 +25,7 @@ import sre import traceback import threading import select -import socks5 + from calendar import timegm @@ -33,6 +34,7 @@ import common.xmpp from common import helpers from common import gajim from common import GnuPG +from xmpp import socks5 USE_GPG = GnuPG.USE_GPG from common import i18n