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/scripts/modules/bpyml_ui.py')
-rw-r--r--release/scripts/modules/bpyml_ui.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/scripts/modules/bpyml_ui.py b/release/scripts/modules/bpyml_ui.py
index a7e2e7bc04a..b4ad4e0b54a 100644
--- a/release/scripts/modules/bpyml_ui.py
+++ b/release/scripts/modules/bpyml_ui.py
@@ -85,10 +85,10 @@ def _call_recursive(context, base, py_node):
class BPyML_BaseUI():
- '''
+ """
This is a mix-in class that defines a draw function
which checks for draw_data
- '''
+ """
def draw(self, context):
layout = self.layout