File: 0001-Fix-interpreter-in-example-file.patch

package info (click to toggle)
python-simple-pid 2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 200 kB
  • sloc: python: 394; makefile: 9
file content (19 lines) | stat: -rw-r--r-- 543 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Alexander Sulfrian <alexander@sulfrian.net>
Date: Thu, 20 Feb 2025 17:38:18 +0100
Subject: Fix interpreter in example file
Forwarded: not-needed

---
 examples/water_boiler/water_boiler.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/water_boiler/water_boiler.py b/examples/water_boiler/water_boiler.py
index 4f803c0..8af485c 100755
--- a/examples/water_boiler/water_boiler.py
+++ b/examples/water_boiler/water_boiler.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 
 import os
 import sys