From dce1c2d03f18a9b6ef778ad81456e3a97537a0ea Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sun, 28 Jul 2013 08:53:06 +0200 Subject: [PATCH] fix indentation --- src/remote_control.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/remote_control.py b/src/remote_control.py index d825e7f25..10c97a88f 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