From 7095f4766593cc2b55669b032d7de0fa13fcb4c7 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 29 Jan 2015 15:35:06 +1100 Subject: cleanup: pep8 also remove empty class parenthesis --- release/scripts/startup/bl_ui/properties_particle.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'release/scripts/startup/bl_ui/properties_particle.py') diff --git a/release/scripts/startup/bl_ui/properties_particle.py b/release/scripts/startup/bl_ui/properties_particle.py index 681898d1659..d1d6ee64598 100644 --- a/release/scripts/startup/bl_ui/properties_particle.py +++ b/release/scripts/startup/bl_ui/properties_particle.py @@ -88,7 +88,7 @@ class PARTICLE_MT_hair_dynamics_presets(Menu): draw = Menu.draw_preset -class ParticleButtonsPanel(): +class ParticleButtonsPanel: bl_space_type = 'PROPERTIES' bl_region_type = 'WINDOW' bl_context = "particle" @@ -104,6 +104,7 @@ def find_modifier(ob, psys): if md.particle_system == psys: return md + class PARTICLE_UL_particle_systems(bpy.types.UIList): def draw_item(self, context, layout, data, item, icon, active_data, active_propname, index, flt_flag): ob = data -- cgit v1.2.3