fix library import for date utils

This commit is contained in:
Sigma Dimensions
2022-12-18 04:34:20 +01:00
committed by Dion Moult
parent b09e19dc8a
commit 31b095ff68
@@ -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