mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 06:21:40 +00:00
bimtester: move code into a package directory
This commit is contained in:
committed by
Dion Moult
parent
acb518613b
commit
32f99428c3
@@ -0,0 +1,5 @@
|
||||
from os.path import dirname
|
||||
from os.path import realpath
|
||||
|
||||
|
||||
code_bimtester_path = dirname(realpath(__file__))
|
||||
Reference in New Issue
Block a user