From b3ca5d86225bcff7764466dd90c6cc7b7b064dd9 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 11 Feb 2018 00:49:22 +0100 Subject: [PATCH] pythondistdeps.py: change shebang to python3 Signed-off-by: Igor Gnatenko --- pythondistdeps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythondistdeps.py b/pythondistdeps.py index 2abb59f..36590ba 100755 --- a/pythondistdeps.py +++ b/pythondistdeps.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # -*- coding: utf-8 -*- # # Copyright 2010 Per Øyvind Karlsen