Browse Source

[IMP] mis_builder: unused imports in test

pull/86/head
Stéphane Bidoul 9 years ago
parent
commit
8024d0a561
  1. 6
      mis_builder/tests/test_mis_builder.py

6
mis_builder/tests/test_mis_builder.py

@ -22,17 +22,11 @@
# #
############################################################################## ##############################################################################
from collections import OrderedDict
import openerp.tests.common as common import openerp.tests.common as common
from ..models import mis_builder from ..models import mis_builder
DB = common.DB
ADMIN_USER_ID = common.ADMIN_USER_ID
class test_mis_builder(common.TransactionCase): class test_mis_builder(common.TransactionCase):
def setUp(self): def setUp(self):

Loading…
Cancel
Save