From 2a1205ae9d6d80c362747a5f2e7fb7cf48b2cfca Mon Sep 17 00:00:00 2001 From: wikoreman Date: Wed, 22 Aug 2018 17:29:50 +0200 Subject: [PATCH] removed redundant wrap --- colorbleed/__init__.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/colorbleed/__init__.py b/colorbleed/__init__.py index 8e5f25390f..e5d1aee374 100644 --- a/colorbleed/__init__.py +++ b/colorbleed/__init__.py @@ -24,9 +24,3 @@ def uninstall(): print("Deregistering global plug-ins..") pyblish.deregister_plugin_path(PUBLISH_PATH) avalon.deregister_plugin_path(avalon.Loader, LOAD_PATH) - - -def register_loader_plugins(): - """Wrap to install Loader plugins for standalone""" - - install()