diff --git a/direct/src/showbase/InputStateGlobal.py b/direct/src/showbase/InputStateGlobal.py index d124244c7a..891e6ba150 100644 --- a/direct/src/showbase/InputStateGlobal.py +++ b/direct/src/showbase/InputStateGlobal.py @@ -3,6 +3,6 @@ # This file had to be separated from MessengerGlobal to resolve a # circular include dependency with DirectObject. -import InputState +from direct.controls import InputState inputState = InputState.InputState()