remove vim line

This commit is contained in:
Stéphane Bidoul
2014-11-26 10:34:37 +01:00
parent 6be9630a90
commit 4967ae4a60

View File

@@ -55,5 +55,3 @@ class AccountMove(models.Model):
'SET state=%s '
'WHERE id IN %s', ('draft', tuple(self.ids)))
return True
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: