[IMP] remove shebang
authorMartin Trigaux <mat@openerp.com>
Tue, 14 May 2013 11:40:45 +0000 (13:40 +0200)
committerMartin Trigaux <mat@openerp.com>
Tue, 14 May 2013 11:40:45 +0000 (13:40 +0200)
bzr revid: mat@openerp.com-20130514114045-b6xbkbjlp5bsm7h2

openerp-wsgi.py
setup.py [changed mode: 0755->0644]

index 9ae18ff..90f43dd 100644 (file)
@@ -1,4 +1,3 @@
-#!/usr/bin/python
 # WSGI Handler sample configuration file.
 #
 # Change the appropriate settings below, in order to provide the parameters
old mode 100755 (executable)
new mode 100644 (file)
index ae349d4..b53c9a4
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
 # -*- coding: utf-8 -*-
 ##############################################################################
 #