Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'uv_magic_uv/utils/property_class_registry.py')
-rw-r--r--uv_magic_uv/utils/property_class_registry.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/uv_magic_uv/utils/property_class_registry.py b/uv_magic_uv/utils/property_class_registry.py
index 20df0342..4e89da54 100644
--- a/uv_magic_uv/utils/property_class_registry.py
+++ b/uv_magic_uv/utils/property_class_registry.py
@@ -25,10 +25,6 @@ __date__ = "17 Nov 2018"
from .. import common
-__all__ = [
- 'PropertyClassRegistry',
-]
-
class PropertyClassRegistry:
class_list = []