summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorChris Lamb <lamby@debian.org>2021-02-15 10:30:14 +0000
committerChris Lamb <lamby@debian.org>2021-02-15 10:30:14 +0000
commitf00a786307627349de67016c12b2ca49888d77b5 (patch)
tree51c57f48c1135050b9cadf149e7b917e32603f99 /bin
parentee1bdb770c95044c9819ad87009743db307ac04e (diff)
lts-cve-triage.py: Setup paths early due to transitive imports in tracker_data.py.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/lts-cve-triage.py3
1 files changed, 2 insertions, 1 deletions
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 <https://www.gnu.org/licenses/>.
+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 = {

© 2014-2024 Faster IT GmbH | imprint | privacy policy