Update validate.py

This commit is contained in:
Thomas Krijnen
2019-10-22 10:49:07 +02:00
committed by GitHub
parent 681a3c3a5c
commit 60073da049
@@ -14,6 +14,7 @@ attribute = ifcopenshell.ifcopenshell_wrapper.attribute
class ValidationError(Exception): pass
simple_type_python_mapping = {
# @todo should include unicode for Python2
"string": str,
"integer": int,
"real": float,