bimtester: move code into a package directory

This commit is contained in:
Bernd Hahnebach
2020-11-25 17:21:20 +01:00
committed by Dion Moult
parent acb518613b
commit 32f99428c3
19 changed files with 32 additions and 17 deletions
+5
View File
@@ -0,0 +1,5 @@
from os.path import dirname
from os.path import realpath
code_bimtester_path = dirname(realpath(__file__))