changeset 4344e00225ac in /home/hg/repos/gajim

branches: gtk3
details:http://hg.gajim.org/gajim?cmd=changeset;node=4344e00225ac
description: fix indentation

diffstat:

 src/remote_control.py |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 2988854e1f96 -r 4344e00225ac src/remote_control.py
--- a/src/remote_control.py     Sat Jul 27 19:10:08 2013 +0400
+++ b/src/remote_control.py     Sun Jul 28 08:53:06 2013 +0200
@@ -37,8 +37,8 @@
 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
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to