From: Debian PaN Maintainers <debian-pan-maintainers@alioth-lists.debian.net>
Date: Sun, 10 Sep 2023 13:09:37 +0200
Subject: fix_shebang

===================================================================
---
 xrt/gui/xrtQookStart.pyw | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/xrt/gui/xrtQookStart.pyw b/xrt/gui/xrtQookStart.pyw
index a0467ff..9d3675e 100644
--- a/xrt/gui/xrtQookStart.pyw
+++ b/xrt/gui/xrtQookStart.pyw
@@ -1,3 +1,5 @@
+#!/usr/bin/python3
+
 # -*- coding: utf-8 -*-
 """This script launches xrtQook. It optionally defines custom classes of
 optical elements to be visible in xrtQook."""
