home · contact · privacy
Export all names in module needed for demo client.
[plomrogue2-experiments] / new / client.py
index ef0c8dc3b15a8fd68a36814bb96ef5636d274651..45c16db78bc5bb3ca6b654f10d852a38e66f03ed 100755 (executable)
@@ -4,7 +4,7 @@ import plom_socket
 import socket
 import threading
 from parser import ArgError, Parser
-from plomrogue2 import (MapBase, WorldBase, ThingBase, cmd_MAP, cmd_THING_TYPE,
+from plomrogue import (MapBase, WorldBase, ThingBase, cmd_MAP, cmd_THING_TYPE,
                         cmd_THING_POS)
 import types