X-Git-Url: https://plomlompom.com/repos/unset_cookie?a=blobdiff_plain;f=server_%2Fgame.py;h=e2a1187c9455ee0dac896605101ec5ec9daa8fb4;hb=b3f0ccf42cae443312ec36309f25a8621ef3e9a8;hp=c881f8e2ad98c2aa62b62cd742e5e45226aae18f;hpb=52a7b4e9b1ef3e38701409d963f49033c23d4eaf;p=plomrogue2-experiments diff --git a/server_/game.py b/server_/game.py index c881f8e..e2a1187 100644 --- a/server_/game.py +++ b/server_/game.py @@ -193,7 +193,7 @@ def fib(n): return fib(n-1) + fib(n-2) -class Game(game_common.Commander): +class Game(game_common.CommonCommandsMixin): def __init__(self, game_file_name): import server_.io