Reviewers: ,
Please review this at http://codereview.tryton.org/162008/ Affected files: M carrier.py M tests/test_carrier.py Index: carrier.py =================================================================== --- a/carrier.py +++ b/carrier.py @@ -1,6 +1,5 @@ #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 decimal import Decimal from trytond.model import ModelView, ModelSQL, fields from trytond.transaction import Transaction from trytond.pool import Pool Index: tests/test_carrier.py =================================================================== --- a/tests/test_carrier.py +++ b/tests/test_carrier.py @@ -10,7 +10,6 @@ import unittest import trytond.tests.test_tryton from trytond.tests.test_tryton import test_view, test_depends -from trytond.transaction import Transaction class CarrierTestCase(unittest.TestCase): -- [email protected] mailing list
