From 327361bd0442732fbc9a46ae1b4167838d159ee4 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Mon, 19 Oct 2015 11:23:29 +0200 Subject: [PATCH] run-autopkgtest: Use Python 3 --- run-autopkgtest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-autopkgtest b/run-autopkgtest index 494993b..642d160 100755 --- a/run-autopkgtest +++ b/run-autopkgtest @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # Request re-runs of autopkgtests for packages import os