From efa2c23a7e0512fd8b9d97c1a2295e7a45731a8e Mon Sep 17 00:00:00 2001 From: lijenstina Date: Sat, 29 Apr 2017 17:22:27 +0200 Subject: MeasureIt: Missed needless from import in previous commit Like the title says, AddonPreferences was called separately Note: there is the import sys and os that should be maybe removed, however that needs more checking Sorry for the noise --- measureit/__init__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'measureit') diff --git a/measureit/__init__.py b/measureit/__init__.py index e5966383..ec4ee2bd 100644 --- a/measureit/__init__.py +++ b/measureit/__init__.py @@ -55,12 +55,10 @@ else: # noinspection PyUnresolvedReferences import bpy from bpy.types import ( + AddonPreferences, Scene, WindowManager, ) -from bpy.types import ( - AddonPreferences, - ) from bpy.props import ( FloatVectorProperty, IntProperty, -- cgit v1.2.3