From 2ab419f3c2d6dbd4d56b5f07440595e8105cd7ab Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Thu, 6 Aug 2020 10:24:38 +0200 Subject: apt-update-file: switch to Python 3 --- bin/apt-update-file | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/apt-update-file b/bin/apt-update-file index 244ae4436d..617eed2d99 100755 --- a/bin/apt-update-file +++ b/bin/apt-update-file @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # This script is mainly used to demo the updateFile function. from __future__ import print_function -- cgit v1.2.3