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/code/server/maps.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hercules/code/server/maps.py') diff --git a/hercules/code/server/maps.py b/hercules/code/server/maps.py index bdeb0f7..2ef0173 100644 --- a/hercules/code/server/maps.py +++ b/hercules/code/server/maps.py @@ -3,9 +3,11 @@ # Copyright (C) 2014 Evol Online # Author: Andrei Karas (4144) +import array +import struct import zlib -from code.fileutils import * +from code.fileutils import readMapName, readInt16, readInt32, readData, makeDir def listMapCache(f, mapsCount): print "Known maps:" -- cgit v1.2.3-70-g09d2