# -*- test-case-name: mv3d.test.test_ -*- # Copyright (C) 2012 Mortal Coil Games # See LICENSE for details. """ This file is DEPRECATED and only exists for backwards compatibility. @author: mike """ from warnings import warn from mv3d.phys.opende import ODEBox as odeBox from mv3d.phys.opende import ODESphere as odeSphere from mv3d.phys.opende import ODECylinder as odeCylinder from mv3d.phys.opende import ODEPlane as odePlane from mv3d.phys.opende import ODEMesh as odeMesh from mv3d.phys.opende import ODEMeshGen as odeMeshGen from mv3d.phys.opende import ODESpace as odeSpace warn("Use of mv3d.phys.collider is deprecated and only exists for persist store" " backwards compatibility.")