import socks5 from xmpp

This commit is contained in:
Dimitur Kirov 2005-07-30 10:59:15 +00:00
parent e9f10feac1
commit 46fbda6caa
1 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,7 @@
## - Yann Le Boulanger <asterix@lagaule.org>
## - Vincent Hanquez <tab@snarc.org>
## - Nikos Kouremenos <nkour@jabber.org>
## - Dimitur Kirov <dkirov@gmail.com>
##
## 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