Reviewers: ,
Please review this at http://codereview.tryton.org/164006/ Affected files: M product.py Index: product.py =================================================================== --- a/product.py +++ b/product.py @@ -1,6 +1,6 @@ #This file is part of Tryton. The COPYRIGHT file at the top level #of this repository contains the full copyright notices and license terms. -from trytond.model import ModelView, ModelSQL, fields +from trytond.model import ModelView, ModelSQL from trytond.transaction import Transaction from trytond.pool import Pool -- [email protected] mailing list
