This commit is contained in:
resteve 2015-12-01 18:48:25 +01:00
parent 8d7f6932ab
commit 9d541c125c

View file

@ -3,7 +3,7 @@
#the full copyright notices and license terms.
from trytond.pool import PoolMeta
from trytond.model import fields
from trytond.pyson import Not, Bool, Eval, Equal
from trytond.pyson import Not, Bool, Eval
__all__ = ['Location']
__metaclass__ = PoolMeta