Add missing import

This commit is contained in:
Denis Fomin 2010-12-09 19:01:41 +03:00
parent a39f09bb46
commit c86f98a19c

View file

@ -80,7 +80,8 @@ from common import helpers
from common import dataforms
from common import passwords
from common import logging_helpers
from common.connection_handlers_events import OurShowEvent
from common.connection_handlers_events import OurShowEvent, \
FileRequestErrorEvent
import roster_window
import profile_window