diff src/browser/card_game.py @ 451:1a0cec9b0f1e

better PEP-8 compliance
author souliane <souliane@mailoo.org>
date Tue, 20 May 2014 10:54:03 +0200
parents 981ed669d3b3
children
line wrap: on
line diff
--- a/src/browser/card_game.py	Tue May 20 07:22:10 2014 +0200
+++ b/src/browser/card_game.py	Tue May 20 10:54:03 2014 +0200
@@ -280,7 +280,7 @@
         elif phase == "ecart":
             self.state = "ecart"
         else:
-            log.error("INTERNAL ERROR: unmanaged game phase") # FIXME: raise an exception here
+            log.error("INTERNAL ERROR: unmanaged game phase")  # FIXME: raise an exception here
 
         for suit, value in played_cards:
             self.hand.append(self.cards[(suit, value)])