pyflakes test

This commit is contained in:
resteve 2013-04-29 09:07:21 +02:00
parent 137d19aae7
commit 16eaf23ac2
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ if os.path.isdir(DIR):
import unittest
import trytond.tests.test_tryton
from trytond.tests.test_tryton import test_view, test_depends
from trytond.tests.test_tryton import test_depends
class AccountInvoiceConsecutiveTestCase(unittest.TestCase):