Add missing import

This commit is contained in:
Denis Fomin 2010-12-09 19:01:41 +03:00
parent a39f09bb46
commit c86f98a19c
1 changed files with 2 additions and 1 deletions

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