summaryrefslogtreecommitdiff
path: root/hercules/convert_tmx_to_mapcache.py
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-09-12 03:14:35 +0300
committerAndrei Karas <akaras@inbox.ru>2016-09-12 03:14:35 +0300
commit460822ea6cef840e0f478918547a806b231c3dc6 (patch)
tree729118f0273a182b62628aae87ae8c9fe9b5f1c2 /hercules/convert_tmx_to_mapcache.py
parentd3648ee52a4860111afe9049713d788f60e5b588 (diff)
downloadtools-460822ea6cef840e0f478918547a806b231c3dc6.tar.gz
tools-460822ea6cef840e0f478918547a806b231c3dc6.tar.bz2
tools-460822ea6cef840e0f478918547a806b231c3dc6.tar.xz
tools-460822ea6cef840e0f478918547a806b231c3dc6.zip
Fix different issues in tools found by pyflakes.
Diffstat (limited to 'hercules/convert_tmx_to_mapcache.py')
-rwxr-xr-xhercules/convert_tmx_to_mapcache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hercules/convert_tmx_to_mapcache.py b/hercules/convert_tmx_to_mapcache.py
index a41816b..62d0d18 100755
--- a/hercules/convert_tmx_to_mapcache.py
+++ b/hercules/convert_tmx_to_mapcache.py
@@ -4,6 +4,6 @@
# Copyright (C) 2014 Evol Online
# Author: Andrei Karas (4144)
-from code.clienttoserver.maps import *
+from code.clienttoserver.maps import recreateMapCache
recreateMapCache();