[IMP] fields.py: removed unused import (and cyclic dependency!).

bzr revid: vmt@openerp.com-20110712083711-6serbntp8y5fn3qy
This commit is contained in:
Vo Minh Thu 2011-07-12 10:37:11 +02:00
parent cadfd7d85f
commit 1f6833e708
1 changed files with 0 additions and 2 deletions

View File

@ -1212,8 +1212,6 @@ class serialized(_column):
self._symbol_get = self._deserialize_func
super(serialized, self).__init__(string=string, **args)
import orm
# TODO: review completly this class for speed improvement
class property(function):