changeset 1917d29a4206 in /home/hg/repos/gajim branches: details:http://hg.gajim.org/gajim?cmd=changeset;node=1917d29a4206 description: fix indentation
diffstat: src/remote_control.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (14 lines): diff -r 47d4a7f5bb49 -r 1917d29a4206 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
