From 40b3c7ccc9338b8e332a035aa0b38731f494137a Mon Sep 17 00:00:00 2001 From: rdb Date: Tue, 29 Oct 2019 23:55:14 +0100 Subject: [PATCH] direct: remove empty useless direct.controls.PhysicsRoller module --- direct/src/controls/PhysicsRoller.py | 2 -- tests/test_imports.py | 1 - 2 files changed, 3 deletions(-) delete mode 100755 direct/src/controls/PhysicsRoller.py 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