Add missing import
This commit is contained in:
parent
a39f09bb46
commit
c86f98a19c
1 changed files with 2 additions and 1 deletions
|
@ -80,7 +80,8 @@ from common import helpers
|
||||||
from common import dataforms
|
from common import dataforms
|
||||||
from common import passwords
|
from common import passwords
|
||||||
from common import logging_helpers
|
from common import logging_helpers
|
||||||
from common.connection_handlers_events import OurShowEvent
|
from common.connection_handlers_events import OurShowEvent, \
|
||||||
|
FileRequestErrorEvent
|
||||||
|
|
||||||
import roster_window
|
import roster_window
|
||||||
import profile_window
|
import profile_window
|
||||||
|
|
Loading…
Add table
Reference in a new issue