fix indentation

This commit is contained in:
Yann Leboulanger 2013-07-28 08:53:06 +02:00
parent a1e28bdcf1
commit dce1c2d03f
1 changed files with 2 additions and 2 deletions

View File

@ -37,8 +37,8 @@ from common import helpers
from time import time from time import time
from dialogs import AddNewContactWindow, NewChatDialog, JoinGroupchatWindow from dialogs import AddNewContactWindow, NewChatDialog, JoinGroupchatWindow
from common import ged from common import ged
from common.connection_handlers_events import MessageOutgoingEvent, from common.connection_handlers_events import MessageOutgoingEvent
GcMessageOutgoingEvent from common.connection_handlers_events import GcMessageOutgoingEvent
from common import dbus_support from common import dbus_support