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/account.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hercules/code/server/account.py') diff --git a/hercules/code/server/account.py b/hercules/code/server/account.py index 28aafe4..7763766 100644 --- a/hercules/code/server/account.py +++ b/hercules/code/server/account.py @@ -5,8 +5,8 @@ import re -from code.fileutils import * -from code.stringutils import * +from code.fileutils import readFile +from code.stringutils import stripNewLine, escapeSqlStr def convertSex(sex): if sex == "M" or sex == "F" or sex == "S": -- cgit v1.2.3-70-g09d2