summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorChris Lamb <lamby@debian.org>2019-08-05 09:14:19 +0100
committerChris Lamb <lamby@debian.org>2019-08-05 09:25:43 +0100
commit020ae58b7655f89d981473268e0a33087581e9c6 (patch)
tree56f01e5058aeeb5f8f2ebae184cc106ac6579f64 /bin
parent886e35adce71da2513866eecab83032d2d8e0d07 (diff)
bin/lts-cve-triage.py: Move to Python 3
Diffstat (limited to 'bin')
-rwxr-xr-xbin/lts-cve-triage.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/lts-cve-triage.py b/bin/lts-cve-triage.py
index 911ae32c0c..466a7a8897 100755
--- a/bin/lts-cve-triage.py
+++ b/bin/lts-cve-triage.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python3
# Copyright 2015 Raphael Hertzog <hertzog@debian.org>
#
@@ -31,7 +31,7 @@ try:
from termcolor import colored
colored_on = True
except ImportError:
- print("Note: you can install python-termcolor for colored output")
+ print("Note: you can install python3-termcolor for colored output")
pass
TRACKER_URL = 'https://security-tracker.debian.org/tracker/'

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