fix broken tests
This commit is contained in:
parent
408ac90346
commit
8af0b887ef
2 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
import string
|
||||
import re
|
||||
|
||||
import anunidecode # Don't listen to pylint's lies. This import is required.
|
||||
|
||||
|
||||
INVALID_PASSWORD_MESSAGE = 'Invalid password, password must be at least ' + \
|
||||
'8 characters and contain no whitespace.'
|
||||
|
|
Reference in a new issue