changeset 0d24c24b7afe in /home/hg/repos/gajim

branches: gajim_0.16
details:http://hg.gajim.org/gajim?cmd=changeset;node=0d24c24b7afe
description: fix indentation

diffstat:

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

diffs (14 lines):

diff -r 47d4a7f5bb49 -r 0d24c24b7afe src/remote_control.py
--- a/src/remote_control.py     Sat Jul 27 19:10:08 2013 +0400
+++ b/src/remote_control.py     Sat Jul 27 19:56:42 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