This commit is contained in:
Dion Moult
2019-10-23 11:33:05 +11:00
@@ -14,6 +14,7 @@ attribute = ifcopenshell.ifcopenshell_wrapper.attribute
class ValidationError(Exception): pass class ValidationError(Exception): pass
simple_type_python_mapping = { simple_type_python_mapping = {
# @todo should include unicode for Python2
"string": str, "string": str,
"integer": int, "integer": int,
"real": float, "real": float,