From fae899823b7cf785ed2839b4f55050acdb81d219 Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Fri, 27 Nov 2020 17:53:59 +0100 Subject: [PATCH] bimtester: rename startscript, if startscript and package have the same name it is difficault to import the startscrip as the package has priority --- src/ifcbimtester/{bimtester.py => startbimtester.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/ifcbimtester/{bimtester.py => startbimtester.py} (100%) diff --git a/src/ifcbimtester/bimtester.py b/src/ifcbimtester/startbimtester.py similarity index 100% rename from src/ifcbimtester/bimtester.py rename to src/ifcbimtester/startbimtester.py