File: 0001-Fix-shebang-string.patch

package info (click to toggle)
pytroll-schedule 0.7.5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 564 kB
  • sloc: python: 3,342; makefile: 114
file content (19 lines) | stat: -rw-r--r-- 539 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Antonio Valentino <antonio.valentino@tiscali.it>
Date: Sat, 24 Jun 2023 10:28:47 +0000
Subject: Fix shebang string

Forwarded: not-needed
---
 generate_schedule_xmlpage.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/generate_schedule_xmlpage.py b/generate_schedule_xmlpage.py
index 59e88af..a2c1ff7 100644
--- a/generate_schedule_xmlpage.py
+++ b/generate_schedule_xmlpage.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 # -*- coding: utf-8 -*-
 
 # Copyright (c) 2016, 2018, 2019 Adam.Dybbroe