X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=client.py;h=fb88c7e7439e99c89d17cdf14523e192d3c79492;hb=1d3411457a0ac41e86b44c635b6896ba7f3ab0f1;hp=b10ba90d22c6f7931a75ce430e16eb54d81bee58;hpb=c88e9e1fffbdf892548fdd69b2ad532c06c17e90;p=plomrogue2-experiments diff --git a/client.py b/client.py index b10ba90..fb88c7e 100755 --- a/client.py +++ b/client.py @@ -4,7 +4,7 @@ import plom_socket_io import socket import threading from parser import ArgError, Parser -from game import World +from game_common import World class Thing: