Remove vim comments

This commit is contained in:
Pedro M. Baeza 2014-08-11 16:21:57 +02:00
parent 9825070688
commit 6a9c41ec6b
6 changed files with 1 additions and 6 deletions

View File

@ -23,4 +23,3 @@
from . import document from . import document
from . import wizard from . import wizard
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -57,4 +57,3 @@ Contributors
'auto_install': False, 'auto_install': False,
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -22,4 +22,3 @@
from . import document_wizard from . import document_wizard
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -21,4 +21,3 @@
from . import document_page_multi_company from . import document_page_multi_company
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -40,4 +40,4 @@ This module adds a company field to document page and the multi-company rule.
'auto_install': False, 'auto_install': False,
'images': [], 'images': [],
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -45,4 +45,3 @@ class document_page(orm.Model):
._company_default_get(cr, uid, 'document_page', context=c) ._company_default_get(cr, uid, 'document_page', context=c)
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: