File: 01_fix_interpreter

package info (click to toggle)
pyew 2.0-4
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 2,252 kB
  • ctags: 1,722
  • sloc: python: 10,791; makefile: 8; sh: 1
file content (29 lines) | stat: -rw-r--r-- 750 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
25
26
27
28
29
Description: Fix interpreters in some of the scripts.
 This patch addresses some wrong headers in the original pyew tarball.
Author: David Martínez Moreno <ender@debian.org>
Forwarded: no
Reviewed-By: David Martínez Moreno <ender@debian.org>
Last-Update: <2011-12-14>

--- pyew-2.0.orig/pefile.py
+++ pyew-2.0/pefile.py
@@ -1,3 +1,4 @@
+#!/usr/bin/python
 # -*- coding: Latin-1 -*-
 """pefile, Portable Executable reader module
 
@@ -4178,4 +4179,4 @@ class PE:
     def is_suspicious(self):
         """"""
         pass
-    
\ No newline at end of file
+    
--- pyew-2.0.orig/plugins/OleFileIO_PL.py
+++ pyew-2.0/plugins/OleFileIO_PL.py
@@ -1,4 +1,4 @@
-#!/usr/local/bin/python
+#!/usr/bin/python
 # -*- coding: latin-1 -*-
 """
 OleFileIO_PL: