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/Window.py')
-rw-r--r--intern/python/modules/Blender/Window.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/python/modules/Blender/Window.py b/intern/python/modules/Blender/Window.py
index 927727fe1ca..e51ab894dfa 100644
--- a/intern/python/modules/Blender/Window.py
+++ b/intern/python/modules/Blender/Window.py
@@ -4,7 +4,7 @@ This module currently only supports redrawing commands of windows.
Later on, it will allow screen manipulations and access to Window
properties"""
-#import _Blender.Window as _Window
+import _Blender.Window as _Window
t = _Window.Types
Const = t # emulation