[Git][security-tracker-team/security-tracker][master] lts-cve-triage.py: Setup paths early due to transitive imports in tracker_data.py.
Chris Lamb
lamby at debian.org
Mon Feb 15 10:31:03 GMT 2021
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-security-tracker-commits/attachments/20210215/55f480b4/attachment.html>
More information about the debian-security-tracker-commits
mailing list