[IMP] mis_builder: unused imports in test

pull/86/head
Stéphane Bidoul 2015-06-07 18:19:10 +02:00
parent 4c72d8637c
commit 8024d0a561
1 changed files with 0 additions and 6 deletions

View File

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