Reviewers: ,
Please review this at http://codereview.tryton.org/162009/ Affected files: M country.py Index: country.py =================================================================== --- a/country.py +++ b/country.py @@ -1,7 +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.transaction import Transaction class Country(ModelSQL, ModelView): -- [email protected] mailing list
