File: 0006_fix_interpreter.patch

package info (click to toggle)
nvpy 2.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,460 kB
  • sloc: python: 4,870; makefile: 37; sh: 11
file content (12 lines) | stat: -rw-r--r-- 358 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Author: Andreas Tille <tille@debian.org>
Last-Update: 2026-02-17
Description: Fix interpreter ... most probably this can even be removed

--- a/nvpy/nvpy.py
+++ b/nvpy/nvpy.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 
 # nvPY: cross-platform note-taking app with simplenote syncing
 # copyright 2012 by Charl P. Botha <cpbotha@vxlabs.com>