Add missing import
This commit is contained in:
parent
20cec0037f
commit
a39f09bb46
|
@ -37,7 +37,8 @@ from common import xmpp
|
|||
from common import gajim
|
||||
from common import helpers
|
||||
from common import dataforms
|
||||
from common.connection_handlers_events import FileRequestReceivedEvent
|
||||
from common.connection_handlers_events import FileRequestReceivedEvent, \
|
||||
FileRequestErrorEvent
|
||||
from common import ged
|
||||
|
||||
from common.socks5 import Socks5Receiver
|
||||
|
|
Loading…
Reference in New Issue