From cc52de43568d8cd58c7e2ef4e5cecf609da28a9c Mon Sep 17 00:00:00 2001 From: felix Date: Thu, 3 Jun 2021 11:43:42 +0200 Subject: [cleanup] Point all shebang to `python3` (#372) Authored by: fstirlitz --- devscripts/create-github-release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devscripts/create-github-release.py') diff --git a/devscripts/create-github-release.py b/devscripts/create-github-release.py index e5740f40e..53b3e0f48 100644 --- a/devscripts/create-github-release.py +++ b/devscripts/create-github-release.py @@ -1,6 +1,6 @@ # Unused -#!/usr/bin/env python +#!/usr/bin/env python3 from __future__ import unicode_literals import io -- cgit v1.2.3