From b25a7c909950ef9d8d0528150fc6f761b73ab6f0 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 8 Sep 2011 05:26:39 +0000 Subject: pedantic pep8 edits --- mesh_inset/__init__.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mesh_inset') diff --git a/mesh_inset/__init__.py b/mesh_inset/__init__.py index d589cabd..a9adbf37 100644 --- a/mesh_inset/__init__.py +++ b/mesh_inset/__init__.py @@ -44,7 +44,10 @@ else: import math import bpy import mathutils -from bpy.props import * +from bpy.props import (BoolProperty, + EnumProperty, + FloatProperty, + ) class Inset(bpy.types.Operator): -- cgit v1.2.3