From 460822ea6cef840e0f478918547a806b231c3dc6 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 12 Sep 2016 03:14:35 +0300 Subject: Fix different issues in tools found by pyflakes. --- hercules/extract_mapcache.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hercules/extract_mapcache.py') diff --git a/hercules/extract_mapcache.py b/hercules/extract_mapcache.py index fc82404..39a63c3 100755 --- a/hercules/extract_mapcache.py +++ b/hercules/extract_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 extractMaps def runFunction(path): -- cgit v1.2.3-70-g09d2