Browse Source

moved avatar controls to direct.controls

Dave Schuyler 21 years ago
parent
commit
98a25419fa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/showbase/InputStateGlobal.py

+ 1 - 1
direct/src/showbase/InputStateGlobal.py

@@ -3,6 +3,6 @@
 # This file had to be separated from MessengerGlobal to resolve a
 # This file had to be separated from MessengerGlobal to resolve a
 # circular include dependency with DirectObject.
 # circular include dependency with DirectObject.
 
 
-import InputState
+from direct.controls import InputState
 
 
 inputState = InputState.InputState()
 inputState = InputState.InputState()