From 58f2b10e0bf4885d5ca140faaee56bb4329471c4 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Fri, 3 Oct 2014 09:59:25 +0200 Subject: [PATCH] Make OleFileIO.py executable, fix shebang --- PIL/OleFileIO.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) mode change 100644 => 100755 PIL/OleFileIO.py diff --git a/PIL/OleFileIO.py b/PIL/OleFileIO.py old mode 100644 new mode 100755 index e35bfa679..c1cc5d5b6 --- a/PIL/OleFileIO.py +++ b/PIL/OleFileIO.py @@ -1,5 +1,4 @@ -#!/usr/local/bin/python -# -*- coding: latin-1 -*- +#!/usr/bin/env python ## OleFileIO_PL: ## Module to read Microsoft OLE2 files (also called Structured Storage or ## Microsoft Compound Document File Format), such as Microsoft Office