[IMP] Module 'auditlog' - Clean up vim lines

pull/2466/head
sebalix 2015-01-22 16:07:03 +01:00 committed by Stefan Rijnhart
parent 886ddfe3a0
commit 54d052fc1d
5 changed files with 0 additions and 10 deletions

View File

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

View File

@ -36,5 +36,3 @@
'installable': True, 'installable': True,
'active': False, 'active': False,
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

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

View File

@ -56,5 +56,3 @@ class auditlog_log_line(models.Model):
new_value_text = fields.Text(u"New value Text") new_value_text = fields.Text(u"New value Text")
field_name = fields.Char(u"Technical name", size=64) field_name = fields.Char(u"Technical name", size=64)
field_description = fields.Char(u"Description", size=64) field_description = fields.Char(u"Description", size=64)
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -428,5 +428,3 @@ class auditlog_rule(models.Model):
ir_value.unlink() ir_value.unlink()
self.write({'state': 'draft'}) self.write({'state': 'draft'})
return True return True
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: