Correct previous commit

This commit is contained in:
Thomas Krijnen
2018-07-08 11:06:45 +02:00
parent 49932ba5c0
commit 5245341cdc
@@ -73,6 +73,7 @@ class settings(ifcopenshell_wrapper.settings):
# Assert templated precision to match Python's internal float type
assert ifcopenshell_wrapper.iterator_double_precision.mantissa_size() == sys.float_info.mant_dig
_iterator = ifcopenshell_wrapper.iterator_double_precision
# Make sure people are able to use python's platform agnostic paths
class iterator(_iterator):