number=>integer

This commit is contained in:
Emmanuel Garette 2019-03-11 15:59:29 +01:00
parent 77d720cab4
commit aad8157b98
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ from .i18n import _
TYPE = {'boolean': bool,
'number': int,
'integer': int,
'string': str,
'password': str,
'domain': str}