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 'intern/python/modules/Blender/Lamp.py')
-rw-r--r--intern/python/modules/Blender/Lamp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/python/modules/Blender/Lamp.py b/intern/python/modules/Blender/Lamp.py
index 4e1e0b3c395..ab7ed63592a 100644
--- a/intern/python/modules/Blender/Lamp.py
+++ b/intern/python/modules/Blender/Lamp.py
@@ -11,7 +11,7 @@ Example::
ob.link(l)
"""
-#import _Blender.Lamp as _Lamp
+import _Blender.Lamp as _Lamp
import shadow
_validBufferSizes = [512, 768, 1024, 1536, 2560]