fix library import for date utils

This commit is contained in:
Sigma Dimensions
2022-12-18 04:34:20 +01:00
parent b206e90097
commit 88c9f15320
@@ -21,6 +21,7 @@ import re
import isodate import isodate
import ifcopenshell import ifcopenshell
import ifcopenshell.util.sequence import ifcopenshell.util.sequence
import ifcopenshell.util.date
import json import json
import blenderbim.core.tool import blenderbim.core.tool
import blenderbim.tool as tool import blenderbim.tool as tool