diff options
Diffstat (limited to 'hercules/list_mapcache.py')
-rwxr-xr-x | hercules/list_mapcache.py | 4 |
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: |