From c86f98a19caa727a201c5e2e7ff6c1462364489e Mon Sep 17 00:00:00 2001 From: Denis Fomin Date: Thu, 9 Dec 2010 19:01:41 +0300 Subject: [PATCH] Add missing import --- src/gui_interface.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gui_interface.py b/src/gui_interface.py index 813cdb596..2209f7b15 100644 --- a/src/gui_interface.py +++ b/src/gui_interface.py @@ -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