File: 001.fix-shebangs.patch

package info (click to toggle)
endesive 2.19.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,416 kB
  • sloc: python: 18,312; xml: 800; sh: 186; javascript: 118; makefile: 22
file content (24 lines) | stat: -rw-r--r-- 705 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Description: Fixed shebangs
Author: Josenilson Ferreira da Silva <nilsonfsilva@hotmai.com>
Forwarded: not-needed
Last-Update: 2023-11-02
Index: endesive-2.16/endesive/hsm.py
===================================================================
--- endesive-2.16.orig/endesive/hsm.py
+++ endesive-2.16/endesive/hsm.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env vpython3
+#!/usr/bin/env python3
 # coding: utf-8
 
 import os
Index: endesive-2.16/endesive/pdf/cms.py
===================================================================
--- endesive-2.16.orig/endesive/pdf/cms.py
+++ endesive-2.16/endesive/pdf/cms.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env vpython3
+#!/usr/bin/env python3
 import sys
 import time
 import random