From 74026fa922b5c2844b497f03548794f66d38c89b Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Tue, 31 May 2011 17:46:49 +0200 Subject: [PATCH] coding standards --- src/common/connection.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/common/connection.py b/src/common/connection.py index 06b1a1507..e92dc57a0 100644 --- a/src/common/connection.py +++ b/src/common/connection.py @@ -460,10 +460,11 @@ class CommonConnection: str(e))) except exceptions.DatabaseMalformed: pritext = _('Database Error') - sectext = _('The database file (%s) cannot be read. Try to ' - 'repair it (see http://trac.gajim.org/wiki/DatabaseBackup)' - ' or remove it (all history will be lost).') % \ - common.logger.LOG_DB_PATH + sectext = _('The database file (%s) cannot be read. Try' + ' to repair it (see ' + 'http://trac.gajim.org/wiki/DatabaseBackup)' + ' or remove it (all history will be lost).') % \ + common.logger.LOG_DB_PATH self.dispatch('DB_ERROR', (pritext, sectext)) def ack_subscribed(self, jid): -- 2.11.4.GIT