[REF] Bye bye vim

bzr revid: rim@openerp.com-20140303133814-rpjv0gl7618bt1i1
This commit is contained in:
Richard Mathot (OpenERP) 2014-03-03 14:38:14 +01:00
parent 6eca5c113b
commit 7227b0b0c9
8 changed files with 0 additions and 16 deletions

View File

@ -22,5 +22,3 @@
import survey
import controllers
import wizard
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -57,5 +57,3 @@ sent mails with personal token for the invitation of the survey.
'images': [],
'css': ['static/src/css/survey.css'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -20,5 +20,3 @@
##############################################################################
import main
# vim: exp and tab: smartindent: tabstop=4: softtabstop=4: shiftwidth=4:

View File

@ -430,5 +430,3 @@ def dict_soft_update(dictionary, key, value):
dictionary[key].append(value)
else:
dictionary.update({key: [value]})
# vim: exp and tab: smartindent: tabstop=4: softtabstop=4: shiftwidth=4:

View File

@ -1057,5 +1057,3 @@ def dict_keys_startswith(dictionary, string):
.. note::
This function uses dictionary comprehensions (Python >= 2.7)'''
return {k: dictionary[k] for k in filter(lambda key: key.startswith(string), dictionary.keys())}
# vim: exp and tab: smartindent: tabstop=4: softtabstop=4: shiftwidth=4:

View File

@ -25,5 +25,3 @@
class test_survey():
pass
# vim: exp and tab: smartindent: tabstop=4: softtabstop=4: shiftwidth=4:

View File

@ -20,5 +20,3 @@
##############################################################################
import survey_email_compose_message
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -218,5 +218,3 @@ class survey_mail_compose_message(osv.TransientModel):
create_response_and_send_mail(wizard, token, partner['id'], partner['email'])
return {'type': 'ir.actions.act_window_close'}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: