Add missing import
This commit is contained in:
parent
a39f09bb46
commit
c86f98a19c
|
@ -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…
Reference in New Issue