Error in last commit

This commit is contained in:
Campbell Barton 2013-12-18 15:37:55 +11:00
parent d9e42cf43e
commit 2fb704d1b8
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@ from bpy.types import Operator
from bpy.props import (StringProperty,
BoolProperty,
EnumProperty,
IntProperty)
IntProperty,
FloatProperty)
class SelectPattern(Operator):