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:
authorCampbell Barton <ideasman42@gmail.com>2012-10-08 12:28:05 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-10-08 12:28:05 +0400
commit9fa36b12cc6b123ca1c0f1034ab2539c09081db6 (patch)
tree17cf481c8b019c7c19223e8ea2eb825bde844b7e /release/scripts/modules/bpyml.py
parentf299813bfaf4634ec29f6b5972f54fbe21dd2707 (diff)
style cleanup: pep8
Diffstat (limited to 'release/scripts/modules/bpyml.py')
-rw-r--r--release/scripts/modules/bpyml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/modules/bpyml.py b/release/scripts/modules/bpyml.py
index 42d2bf94fba..e942006010b 100644
--- a/release/scripts/modules/bpyml.py
+++ b/release/scripts/modules/bpyml.py
@@ -160,7 +160,7 @@ if __name__ == "__main__":
from bpyml_test import *
draw = [
- ui()[
+ ui()[
split()[
column()[
prop(data='context.scene.render', property='use_stamp_time', text='Time'),