diff frontends/src/wix/card_game.py @ 686:ae95b0327412

plugin card_game: better PEP-8 compliance
author souliane <souliane@mailoo.org>
date Mon, 28 Oct 2013 18:49:01 +0100
parents 2805fa3f4bdf
children 56aa0e98c92e
line wrap: on
line diff
--- a/frontends/src/wix/card_game.py	Mon Oct 28 18:29:34 2013 +0100
+++ b/frontends/src/wix/card_game.py	Mon Oct 28 18:49:01 2013 +0100
@@ -52,7 +52,7 @@
         dc.DrawBitmap(self.bitmap, x, y, True)
 
 
-class CardPanel(QuickCardGame,wx.Panel):
+class CardPanel(QuickCardGame, wx.Panel):
     """This class is used to display the cards"""
 
     def __init__(self, parent, referee, players, player_nick):