From 526f15a8528bffe0a8e151e590b53cd68cf71695 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Tue, 22 Dec 2020 10:51:30 +0100 Subject: [PATCH] removed TODO --- pype/lib/applications.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pype/lib/applications.py b/pype/lib/applications.py index f8876179ed..c7d6464418 100644 --- a/pype/lib/applications.py +++ b/pype/lib/applications.py @@ -580,7 +580,6 @@ class ApplicationLaunchContext: paths = [] # TODO load additional studio paths from settings - # TODO add paths based on used modules (like `ftrack`) import pype pype_dir = os.path.dirname(os.path.abspath(pype.__file__))