File: python3.patch

package info (click to toggle)
ecflow 5.15.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 51,900 kB
  • sloc: cpp: 269,698; python: 22,728; sh: 3,607; perl: 770; xml: 333; f90: 204; ansic: 141; makefile: 73
file content (13 lines) | stat: -rw-r--r-- 391 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
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