From e8e70ec4903ee13dfca419d2fbbda050cb2f9d55 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Tue, 20 Oct 2020 00:47:53 +0200 Subject: [PATCH] removed functions using avalon.io from pype.lib --- pype/lib.py | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/pype/lib.py b/pype/lib.py index effd311137..5ed640562c 100644 --- a/pype/lib.py +++ b/pype/lib.py @@ -538,19 +538,6 @@ def get_last_version_from_path(path_dir, filter): return None -def get_avalon_database(): - if io._database is None: - set_io_database() - return io._database - - -def set_io_database(): - required_keys = ["AVALON_PROJECT", "AVALON_ASSET", "AVALON_SILO"] - for key in required_keys: - os.environ[key] = os.environ.get(key, "") - io.install() - - def filter_pyblish_plugins(plugins): """ This servers as plugin filter / modifier for pyblish. It will load plugin