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() --- release/scripts/templates/operator_modal_timer.py | 1 - 1 file changed, 1 deletion(-) (limited to 'release/scripts/templates') diff --git a/release/scripts/templates/operator_modal_timer.py b/release/scripts/templates/operator_modal_timer.py index d8c218f67ea..d2267191cf5 100644 --- a/release/scripts/templates/operator_modal_timer.py +++ b/release/scripts/templates/operator_modal_timer.py @@ -1,5 +1,4 @@ import bpy -from bpy.props import IntProperty, FloatProperty class ModalTimerOperator(bpy.types.Operator): -- cgit v1.2.3