diff --git a/direct/src/controls/PhysicsRoller.py b/direct/src/controls/PhysicsRoller.py deleted file mode 100755 index c0510dfc69..0000000000 --- a/direct/src/controls/PhysicsRoller.py +++ /dev/null @@ -1,2 +0,0 @@ -"""PhysicsRoller is for wheels, soccer balls, billiard balls, and other things that roll.""" - diff --git a/tests/test_imports.py b/tests/test_imports.py index 262685f8b7..bcc3c180e8 100644 --- a/tests/test_imports.py +++ b/tests/test_imports.py @@ -45,7 +45,6 @@ def test_imports_direct(): import direct.controls.InputState import direct.controls.NonPhysicsWalker import direct.controls.ObserverWalker - import direct.controls.PhysicsRoller import direct.controls.PhysicsWalker import direct.controls.SwimWalker import direct.controls.TwoDWalker