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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'system_demo_mode/__init__.py')
-rw-r--r--system_demo_mode/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/system_demo_mode/__init__.py b/system_demo_mode/__init__.py
index da8112df..d90c549c 100644
--- a/system_demo_mode/__init__.py
+++ b/system_demo_mode/__init__.py
@@ -47,7 +47,7 @@ from bpy.props import (StringProperty,
class DemoModeSetup(bpy.types.Operator):
- '''Create a demo script and optionally execute it'''
+ """Create a demo script and optionally execute it"""
bl_idname = "wm.demo_mode_setup"
bl_label = "Demo Mode (Setup)"
bl_options = {'PRESET'}