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 'release/ui/space_logic.py')
-rw-r--r--release/ui/space_logic.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/ui/space_logic.py b/release/ui/space_logic.py
index 728e5e6307b..68ddceb8534 100644
--- a/release/ui/space_logic.py
+++ b/release/ui/space_logic.py
@@ -1,8 +1,8 @@
import bpy
class LOGIC_PT_properties(bpy.types.Panel):
- __space_type__ = "LOGIC_EDITOR"
- __region_type__ = "UI"
+ __space_type__ = 'LOGIC_EDITOR'
+ __region_type__ = 'UI'
__label__ = "Properties"
def poll(self, context):