express: fix use of non-existent ifcexpressparser

`express.bnf` arg wasn't handled since d506ad77b
`ifcexpressparser` waa moved inside `ifcopenshell-python` awhile ago too
This commit is contained in:
Andrej730
2026-07-14 18:24:22 +05:00
parent 5b968d5c75
commit e5c7206a37
3 changed files with 5 additions and 5 deletions
@@ -221,7 +221,7 @@ for id in sorted(to_emit):
if __name__ == "__main__":
print(r"""
# This file is generated by IfcOpenShell ifcexpressparser bootstrap.py
# This file is generated by ifcopenshell.express.bootstrap
from __future__ import annotations
import os
@@ -1,5 +1,5 @@
# This file is generated by IfcOpenShell ifcexpressparser bootstrap.py
# This file is generated by ifcopenshell.express.bootstrap
from __future__ import annotations
import os