From: Paul Sladen <debian@paul.sladen.org>
Date: Thu, 6 Oct 2016 11:12:08 +0200
Subject: Use python3 shebang for pymoctool script

The script will run under either Python 2 or 3, but the Debian
'binary' package containing the script match the shebang used; and
Python 3 based on feedback Python 3 should be preferred.
---
 scripts/pymoctool | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/pymoctool b/scripts/pymoctool
index ed807b7..03e8652 100755
--- a/scripts/pymoctool
+++ b/scripts/pymoctool
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # Copyright (C) 2014 Science and Technology Facilities Council.
 #
