Add missing import

This commit is contained in:
Denis Fomin 2010-12-09 18:32:53 +03:00
parent 20cec0037f
commit a39f09bb46
1 changed files with 2 additions and 1 deletions

View File

@ -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