summaryrefslogtreecommitdiff
path: root/hercules/list_mapcache.py
diff options
context:
space:
mode:
Diffstat (limited to 'hercules/list_mapcache.py')
-rwxr-xr-xhercules/list_mapcache.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/hercules/list_mapcache.py b/hercules/list_mapcache.py
index 79a7910..2a83f53 100755
--- a/hercules/list_mapcache.py
+++ b/hercules/list_mapcache.py
@@ -6,8 +6,8 @@
import os
-from code.fileutils import *
-from code.server.maps import *
+from code.fileutils import readInt16, readInt32
+from code.server.maps import listMapCache
def runFunction(path):
with open(path, "rb") as f: