Mercurial > libervia-backend
diff frontends/src/wix/quiz_game.py @ 588:beaf6bec2fcd
Remove every old-style class.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Fri, 18 Jan 2013 17:55:35 +0100 |
parents | 952322b1d490 |
children | 84a6e83157c2 |
line wrap: on
line diff
--- a/frontends/src/wix/quiz_game.py Fri Jan 18 17:55:34 2013 +0100 +++ b/frontends/src/wix/quiz_game.py Fri Jan 18 17:55:35 2013 +0100 @@ -34,7 +34,7 @@ WIDTH = 800 HEIGHT = 600 -class GraphicElement(): +class GraphicElement(object): """This class is used to represent a card, graphically and logically""" def __init__(self, file, x=0, y=0, zindex=10, transparent=True):