Description: Fixes for both py2 and py3 simultaneously
Author: Alastair McKinstry <mckinstry@debian.org>
Forwarded: no
Last-Updated: 2018-10-16

--- a/tools/ecflow_fuse.py
+++ b/tools/ecflow_fuse.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/python3
 # file deepcode ignore SSHHostKeyVerificationDisabled: <comment the reason here>
 from __future__ import print_function
 import os
