File: 0001-python-shebang.patch

package info (click to toggle)
sortxml 0.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 136 kB
  • sloc: python: 155; makefile: 5; sh: 1
file content (12 lines) | stat: -rw-r--r-- 287 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Author: Daniel Baumann <daniel@debian.org>
Description: Correcting python interpreter.

diff -Naurp sortxml.orig/sortxml.py sortxml/sortxml.py
--- sortxml.orig/sortxml.py
+++ sortxml/sortxml.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python310
+#!/usr/bin/python3
 
 """Simple XML element sorter.