[IMP] clean permissions and shebang in files

bzr revid: mat@openerp.com-20130514103113-8idhvhokt0e8jzea
This commit is contained in:
Martin Trigaux 2013-05-14 12:31:13 +02:00
parent 2c7fd66249
commit c8c298c83c
19 changed files with 0 additions and 15 deletions

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
from openerp.osv import fields, osv from openerp.osv import fields, osv
import openerp.addons.decimal_precision as dp import openerp.addons.decimal_precision as dp
from openerp.tools.translate import _ from openerp.tools.translate import _

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
############################################################################## ##############################################################################
# #
# OpenERP, Open Source Management Solution # OpenERP, Open Source Management Solution

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
############################################################################## ##############################################################################
# #
# OpenERP, Open Source Management Solution # OpenERP, Open Source Management Solution

View File

0
addons/document/odt2txt.py Normal file → Executable file
View File

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
# -*- encoding: utf-8 -*- # -*- encoding: utf-8 -*-
# #
# Copyright P. Christeas <p_christ@hol.gr> 2008,2009 # Copyright P. Christeas <p_christ@hol.gr> 2008,2009

0
addons/email_template/html2text.py Normal file → Executable file
View File

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
#-*- coding:utf-8 -*- #-*- coding:utf-8 -*-
############################################################################## ##############################################################################

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
#-*- coding:utf-8 -*- #-*- coding:utf-8 -*-
############################################################################## ##############################################################################

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
#-*- coding:utf-8 -*- #-*- coding:utf-8 -*-
############################################################################## ##############################################################################

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
#-*- coding:utf-8 -*- #-*- coding:utf-8 -*-
############################################################################## ##############################################################################

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
#-*- coding:utf-8 -*- #-*- coding:utf-8 -*-
############################################################################## ##############################################################################

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
#-*- coding:utf-8 -*- #-*- coding:utf-8 -*-
############################################################################## ##############################################################################

0
addons/mail/static/scripts/openerp_mailgate.py Normal file → Executable file
View File

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
"""Module to talk to EtherpadLite API.""" """Module to talk to EtherpadLite API."""
import json import json

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
import math import math

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
import math import math

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
from openerp.osv import osv, fields from openerp.osv import osv, fields
from openerp.tools.translate import _ from openerp.tools.translate import _

View File

@ -1,4 +1,3 @@
#!/usr/bin/env python
from openerp import netsvc from openerp import netsvc
from openerp.osv import osv, fields from openerp.osv import osv, fields