From 86f8bcfa17e9cca12e8d0ec4b2a6118b36c1d010 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Wed, 15 Apr 2020 22:57:05 +1200 Subject: [PATCH] zcutil/release-notes.py: Add Python 3 execution header --- zcutil/release-notes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/zcutil/release-notes.py b/zcutil/release-notes.py index 8456005dd..fdd23cf42 100755 --- a/zcutil/release-notes.py +++ b/zcutil/release-notes.py @@ -1,3 +1,4 @@ +#! /usr/bin/env python3 # -*- coding: utf-8 -*- import re, os, os.path