Cooperation/Connection.py

changeset 3021
801289962f4e
parent 3020
542e97d4ecb3
child 3058
0a02c433f52d
child 3160
209a07d7e401
diff -r 542e97d4ecb3 -r 801289962f4e Cooperation/Connection.py
--- a/Cooperation/Connection.py	Mon Oct 14 19:30:36 2013 +0200
+++ b/Cooperation/Connection.py	Mon Oct 14 20:08:19 2013 +0200
@@ -200,7 +200,7 @@
             if bannedName in Preferences.getCooperation("BannedUsers"):
                 self.rejected.emit(self.trUtf8(
                     "* Connection attempted by banned user '{0}'.")
-                        .format(bannedName))
+                    .format(bannedName))
                 self.abort()
                 return
             

eric ide

mercurial