File: fix_shebang.patch

package info (click to toggle)
python-xrt 1.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 16,036 kB
  • sloc: python: 49,035; xml: 4,553; lisp: 3,554; sh: 22; javascript: 18; makefile: 17
file content (10 lines) | stat: -rw-r--r-- 348 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
Index: xrt-1.4.0/xrt/gui/xrtQookStart.pyw
===================================================================
--- xrt-1.4.0.orig/xrt/gui/xrtQookStart.pyw
+++ xrt-1.4.0/xrt/gui/xrtQookStart.pyw
@@ -1,3 +1,5 @@
+#!/usr/bin/python3
+
 # -*- coding: utf-8 -*-
 """This script launches xrtQook."""
 __author__ = "Roman Chernikov, Konstantin Klementiev"