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
commit9b530db332651e62f2829a5b1e21cdd32baa3a75 (patch)
tree6682bda028e9c4778c1ba534a6e8763a5a959e3d /bin
parent26a9b41cf43d7ac028532ee3361badfa9d7a42f1 (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