Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/gameengine/PyDoc/KX_CDActuator.py')
-rw-r--r--source/gameengine/PyDoc/KX_CDActuator.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/gameengine/PyDoc/KX_CDActuator.py b/source/gameengine/PyDoc/KX_CDActuator.py
index a2fba4a4bb4..2c202476584 100644
--- a/source/gameengine/PyDoc/KX_CDActuator.py
+++ b/source/gameengine/PyDoc/KX_CDActuator.py
@@ -1,8 +1,8 @@
# $Id$
# Documentation for CD Actuator
-from SCA_ILogicBrick import *
+from SCA_IActuator import *
-class KX_CDActuator(SCA_ILogicBrick):
+class KX_CDActuator(SCA_IActuator):
def startCD():
"""
Starts the CD playing.