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/CValue.py')
-rw-r--r--source/gameengine/PyDoc/CValue.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/gameengine/PyDoc/CValue.py b/source/gameengine/PyDoc/CValue.py
deleted file mode 100644
index e9b0563955b..00000000000
--- a/source/gameengine/PyDoc/CValue.py
+++ /dev/null
@@ -1,8 +0,0 @@
-#
-# Documentation for CValue class
-from PyObjectPlus import *
-class CValue(PyObjectPlus):
- """
- This class has no python functions
- """
- pass