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/storage.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'hercules/code/server/storage.py') diff --git a/hercules/code/server/storage.py b/hercules/code/server/storage.py index a8d5802..6bddb52 100644 --- a/hercules/code/server/storage.py +++ b/hercules/code/server/storage.py @@ -5,9 +5,9 @@ import re -from code.fileutils import * -from code.stringutils import * -from code.server.dbitem import * +from code.fileutils import readFile +from code.stringutils import stripNewLine +from code.server.dbitem import Item def convertStorage(): srcFile = "olddb/storage.txt" @@ -33,7 +33,7 @@ def convertStorage(): tmp = comaSplit.split(rows[0]) accountId = tmp[0] - storage_amount = tmp[1] +# storage_amount = tmp[1] data = spaceSplit.split(rows[1]) for itemStr in data: -- cgit v1.2.3-70-g09d2