From 3e223b53e429587d438a33c7db1e62a7849f6934 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Sat, 16 May 2020 09:16:54 +1000 Subject: [PATCH] Move utility as it is starting to mature --- src/{ifcblenderexport => }/ifcclash/collision.py | 0 src/{ifcblenderexport => }/ifcclash/ifcclash.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename src/{ifcblenderexport => }/ifcclash/collision.py (100%) rename src/{ifcblenderexport => }/ifcclash/ifcclash.py (100%) diff --git a/src/ifcblenderexport/ifcclash/collision.py b/src/ifcclash/collision.py similarity index 100% rename from src/ifcblenderexport/ifcclash/collision.py rename to src/ifcclash/collision.py diff --git a/src/ifcblenderexport/ifcclash/ifcclash.py b/src/ifcclash/ifcclash.py similarity index 100% rename from src/ifcblenderexport/ifcclash/ifcclash.py rename to src/ifcclash/ifcclash.py