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 --- io_shape_mdd/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'io_shape_mdd') diff --git a/io_shape_mdd/__init__.py b/io_shape_mdd/__init__.py index 169e0c17..b6f0e734 100644 --- a/io_shape_mdd/__init__.py +++ b/io_shape_mdd/__init__.py @@ -164,10 +164,10 @@ def menu_func_export(self, context): ) -classes = [ +classes = ( ImportMDD, ExportMDD -] +) def register(): for cls in classes: -- cgit v1.2.3