move slash_join to prevent local imports
This commit is contained in:
parent
e5d8a431f4
commit
5094e1f712
4 changed files with 17 additions and 16 deletions
|
@ -1,6 +1,5 @@
|
|||
import re
|
||||
import string
|
||||
import anunidecode
|
||||
import re
|
||||
|
||||
|
||||
INVALID_PASSWORD_MESSAGE = 'Invalid password, password must be at least ' + \
|
||||
|
|
Reference in a new issue