Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Tomáš Peterka
erp5
Commits
b07e215d
Commit
b07e215d
authored
13 years ago
by
Łukasz Nowak
Browse files
Options
Download
Email Patches
Plain Diff
Remove plural.
parent
b9369862
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
product/ERP5Type/Constraint/PropertyTypeValidity.py
product/ERP5Type/Constraint/PropertyTypeValidity.py
+2
-2
No files found.
product/ERP5Type/Constraint/PropertyTypeValidity.py
View file @
b07e215d
...
...
@@ -31,7 +31,7 @@
from
Constraint
import
Constraint
from
DateTime
import
DateTime
boolean_type
s
=
(
int
,
bool
)
boolean_type
_list
=
(
int
,
bool
)
class
PropertyTypeValidity
(
Constraint
):
"""
...
...
@@ -45,7 +45,7 @@ class PropertyTypeValidity(Constraint):
'string'
:
(
str
,
),
'text'
:
(
str
,
),
'int'
:
(
int
,
),
'boolean'
:
boolean_type
s
,
'boolean'
:
boolean_type
_list
,
'float'
:
(
float
,
),
'long'
:
(
long
,
),
'tales'
:
(
str
,
),
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment