File: script_hashbang.patch

package info (click to toggle)
avogadrolibs 1.101.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 78,472 kB
  • sloc: cpp: 139,780; ansic: 2,212; python: 1,435; perl: 321; sh: 90; makefile: 46
file content (10 lines) | stat: -rw-r--r-- 549 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
Index: avogadrolibs/avogadro/qtplugins/scriptfileformats/formatScripts/zyx.py
===================================================================
--- avogadrolibs.orig/avogadro/qtplugins/scriptfileformats/formatScripts/zyx.py	2025-02-06 14:07:05.951128480 +0900
+++ avogadrolibs/avogadro/qtplugins/scriptfileformats/formatScripts/zyx.py	2025-02-06 14:07:05.947128443 +0900
@@ -1,3 +1,5 @@
+#!/usr/bin/python3
+
 #  This source file is part of the Avogadro project.
 #  This source code is released under the 3-Clause BSD License, (see "LICENSE").