From 318851e12849f880e486fdecb8c96956305fbcc0 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 3 Oct 2018 09:18:14 +1000 Subject: Cleanup: use tuples for storing classes --- development_icon_get.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'development_icon_get.py') diff --git a/development_icon_get.py b/development_icon_get.py index cbeeea9a..ea175539 100644 --- a/development_icon_get.py +++ b/development_icon_get.py @@ -487,14 +487,14 @@ class IV_OT_icons_show(bpy.types.Operator): self, width=self.width) -classes = [ +classes = ( IV_PT_icons, IV_HT_icons, IV_OT_panel_menu_call, IV_OT_icon_select, IV_OT_icons_show, IV_Preferences, -] +) def register(): -- cgit v1.2.3