summaryrefslogtreecommitdiff
path: root/hercules/code/servertoclient/maps.py
diff options
context:
space:
mode:
Diffstat (limited to 'hercules/code/servertoclient/maps.py')
-rw-r--r--hercules/code/servertoclient/maps.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/hercules/code/servertoclient/maps.py b/hercules/code/servertoclient/maps.py
index e0a7641..0f1ca5b 100644
--- a/hercules/code/servertoclient/maps.py
+++ b/hercules/code/servertoclient/maps.py
@@ -5,8 +5,8 @@
import zlib
-from code.fileutils import *
-from code.tileutils import *
+from code.fileutils import readInt16, readInt32, makeDir, copyFile, readFile, readMapName, saveFile, readData
+from code.tileutils import getTileData, getTile
def covertToTmx(f, mapsCount):
destDir = "clientdata/"