diff --git a/src/remote_control.py b/src/remote_control.py
index 5cdbd93bfffd0643c5819b339b140c36d9eb7161..688e84b2437b935fbb97e69b11fb0f21a893ec01 100644
--- a/src/remote_control.py
+++ b/src/remote_control.py
@@ -37,8 +37,8 @@ from common import helpers
 from time import time
 from dialogs import AddNewContactWindow, NewChatDialog, JoinGroupchatWindow
 from common import ged
-from common.connection_handlers_events import MessageOutgoingEvent,
-    GcMessageOutgoingEvent
+from common.connection_handlers_events import MessageOutgoingEvent
+from common.connection_handlers_events import GcMessageOutgoingEvent
 
 
 from common import dbus_support