From c8652b301fb59eead1f76bf34215af5413ffa4aa Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 1 Apr 2011 02:41:15 +0000 Subject: pep8 checker, mostly pedantic style changes but also found an error in mesh_utils.mesh_linked_faces() --- source/tests/bl_run_operators.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source/tests/bl_run_operators.py') diff --git a/source/tests/bl_run_operators.py b/source/tests/bl_run_operators.py index f1f21d3bd71..668b4e69228 100644 --- a/source/tests/bl_run_operators.py +++ b/source/tests/bl_run_operators.py @@ -113,11 +113,6 @@ def ctx_editmode_mball(): bpy.ops.object.mode_set(mode='EDIT') -def ctx_editmode_mball(): - bpy.ops.object.metaball_add() - bpy.ops.object.mode_set(mode='EDIT') - - def ctx_editmode_text(): bpy.ops.object.text_add() bpy.ops.object.mode_set(mode='EDIT') -- cgit v1.2.3