From d924998d3e65334c5db2257c5dc4335261adc288 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 1 Feb 2016 00:47:10 +1100 Subject: Cleanup: pep8 --- tests/python/bl_mesh_modifiers.py | 4 ++-- tests/python/bl_run_operators.py | 6 +++--- tests/python/rst_to_doctree_mini.py | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'tests') diff --git a/tests/python/bl_mesh_modifiers.py b/tests/python/bl_mesh_modifiers.py index 0121be29dd6..526a54a49a2 100644 --- a/tests/python/bl_mesh_modifiers.py +++ b/tests/python/bl_mesh_modifiers.py @@ -816,8 +816,8 @@ def test_cube_shell(context, test): def main(): print("Calling main!") - #render_gl(bpy.context, "/testme") - #ctx_clear_scene() + # render_gl(bpy.context, "/testme") + # ctx_clear_scene() context = bpy.context diff --git a/tests/python/bl_run_operators.py b/tests/python/bl_run_operators.py index f3c553cf3ef..7e92b424faa 100644 --- a/tests/python/bl_run_operators.py +++ b/tests/python/bl_run_operators.py @@ -285,8 +285,8 @@ def run_ops(operators, setup_func=None, reset=True): try: op(mode) except: - #import traceback - #traceback.print_exc() + # import traceback + # traceback.print_exc() pass if USE_ATTRSET: @@ -445,7 +445,7 @@ def main(): filter_op_list(operators) # for testing, mix the list up. - #operators.reverse() + # operators.reverse() if USE_RANDOM: import random diff --git a/tests/python/rst_to_doctree_mini.py b/tests/python/rst_to_doctree_mini.py index dfc6cd57db6..b5e643ac46d 100644 --- a/tests/python/rst_to_doctree_mini.py +++ b/tests/python/rst_to_doctree_mini.py @@ -54,7 +54,7 @@ def parse_rst_py(filepath): for i, line in enumerate(f): line_strip = line.lstrip() # ^\.\.\s[a-zA-Z09\-]+::.*$ - #if line.startswith(".. "): + # if line.startswith(".. "): march = re_prefix.match(line_strip) if march: -- cgit v1.2.3