Draft: Make startup and tests independent of BIM (#17390)

This commit is contained in:
Chris Mayo
2024-11-16 16:43:46 +00:00
committed by GitHub
parent 011ff2e34b
commit cea8d25c11
3 changed files with 15 additions and 3 deletions

View File

@@ -28,7 +28,10 @@ import xml.etree.ElementTree as ET
import FreeCAD as App
import Draft_rc
import Arch_rc
try:
import Arch_rc
except ModuleNotFoundError:
pass
from draftutils import init_draft_statusbar
from draftutils.translate import translate