[IMP] remove useless comment

bzr revid: mat@openerp.com-20131008111631-y47f0y4wyf8hsf2g
This commit is contained in:
Martin Trigaux 2013-10-08 13:16:31 +02:00
parent 9680b1cd39
commit a0059326fc
1 changed files with 0 additions and 1 deletions

View File

@ -229,7 +229,6 @@ class char(_column):
def __init__(self, string="unknown", size=None, **args):
_column.__init__(self, string=string, size=size or None, **args)
# self._symbol_set_char defined to keep the backward compatibility
# use lamda function to be able to get the field size
self._symbol_f = self._symbol_set_char = lambda x: _symbol_set_char(self, x)
self._symbol_set = (self._symbol_c, self._symbol_f)