From 9b530db332651e62f2829a5b1e21cdd32baa3a75 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Mon, 15 Feb 2021 10:30:14 +0000 Subject: lts-cve-triage.py: Setup paths early due to transitive imports in tracker_data.py. --- bin/lts-cve-triage.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/lts-cve-triage.py b/bin/lts-cve-triage.py index 9a90fcd816..f1f2a66ca5 100755 --- a/bin/lts-cve-triage.py +++ b/bin/lts-cve-triage.py @@ -15,6 +15,8 @@ # You should have received a copy of the GNU General Public License # along with this file. If not, see . +import setup_paths + import sys import argparse import collections @@ -22,7 +24,6 @@ import collections from tracker_data import TrackerData from unsupported_packages import UnsupportedPackages, LimitedSupportPackages -import setup_paths import config RELEASES = { -- cgit v1.2.3