diff options
Diffstat (limited to 'hercules/code/server/account.py')
-rw-r--r-- | hercules/code/server/account.py | 4 |
1 files changed, 2 insertions, 2 deletions
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": |