From 020ae58b7655f89d981473268e0a33087581e9c6 Mon Sep 17 00:00:00 2001 From: Chris Lamb Date: Mon, 5 Aug 2019 09:14:19 +0100 Subject: bin/lts-cve-triage.py: Move to Python 3 --- bin/lts-cve-triage.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') 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 # @@ -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/' -- cgit v1.2.3