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:
