pyflakes fixes

This commit is contained in:
resteve 2013-04-26 10:10:25 +02:00
parent d7a0377543
commit 443fc40fb5
1 changed files with 0 additions and 4 deletions

View File

@ -11,13 +11,9 @@ DIR = os.path.abspath(os.path.normpath(os.path.join(__file__,
if os.path.isdir(DIR):
sys.path.insert(0, os.path.dirname(DIR))
import datetime
from decimal import Decimal
import unittest
import trytond.tests.test_tryton
from trytond.transaction import Transaction
from trytond.tests.test_tryton import test_view, test_depends
from trytond.tests.test_tryton import POOL, DB_NAME, USER, CONTEXT
class AccountTreasuryTestCase(unittest.TestCase):