File: python3-paths.patch

package info (click to toggle)
magics%2B%2B 4.16.0%2Breally4.16.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 372,988 kB
  • sloc: cpp: 169,061; xml: 37,612; fortran: 26,295; python: 19,863; perl: 8,096; ansic: 4,660; javascript: 2,298; sh: 1,475; csh: 136; f90: 97; makefile: 86
file content (24 lines) | stat: -rw-r--r-- 612 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
--- a/tools/mapgen_clip
+++ b/tools/mapgen_clip
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
 #
 # Copyright 2007 European Centre for Medium-Range Weather Forecasts (ECMWF)
 # 
--- a/tools/xml2cc_mv.py
+++ b/tools/xml2cc_mv.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 import jinja2
 from xml.sax.handler import ContentHandler
 from xml.sax import make_parser
--- a/tools/xml2mv.py
+++ b/tools/xml2mv.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 # (C) Copyright 1996-2016 ECMWF.
 #
 # This software is licensed under the terms of the Apache Licence Version 2.0