Chris Lamb pushed to branch master at Debian Security Tracker / security-tracker
Commits: 9b530db3 by Chris Lamb at 2021-02-15T10:30:14+00:00 lts-cve-triage.py: Setup paths early due to transitive imports in tracker_data.py. - - - - - 1 changed file: - bin/lts-cve-triage.py Changes: ===================================== 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 = { View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/9b530db332651e62f2829a5b1e21cdd32baa3a75 -- View it on GitLab: https://salsa.debian.org/security-tracker-team/security-tracker/-/commit/9b530db332651e62f2829a5b1e21cdd32baa3a75 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-security-tracker-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-security-tracker-commits
