From 79cf8783634972ed8817baf9b40f364fd86fcbd0 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Tue, 10 Nov 2020 13:20:56 +0100 Subject: [PATCH] removed imports from old lib --- pype/lib/__init__.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pype/lib/__init__.py b/pype/lib/__init__.py index 25589fa84f..b5a819653b 100644 --- a/pype/lib/__init__.py +++ b/pype/lib/__init__.py @@ -39,8 +39,6 @@ from .lib_old import ( _get_host_name, get_version_from_path, get_last_version_from_path, - BuildWorkfile, - ffprobe_streams, source_hash, ) from .ffmpeg_utils import ffprobe_streams