From e17c6f79a57513eb1584fa79f698a8f3a85e0d9a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 27 Jan 2015 17:46:07 +1100 Subject: cleanup: py imports --- release/scripts/startup/bl_ui/properties_texture.py | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'release/scripts/startup/bl_ui/properties_texture.py') diff --git a/release/scripts/startup/bl_ui/properties_texture.py b/release/scripts/startup/bl_ui/properties_texture.py index 22e3152e50a..a0c4e0c92c3 100644 --- a/release/scripts/startup/bl_ui/properties_texture.py +++ b/release/scripts/startup/bl_ui/properties_texture.py @@ -20,14 +20,16 @@ import bpy from bpy.types import Menu, Panel, UIList -from bpy.types import (Brush, - Lamp, - Material, - Object, - ParticleSettings, - FreestyleLineStyle, - Texture, - World) +from bpy.types import ( + Brush, + FreestyleLineStyle, + Lamp, + Material, + Object, + ParticleSettings, + Texture, + World, + ) from rna_prop_ui import PropertyPanel -- cgit v1.2.3