[FIX] report explicitly import tests

bzr revid: al@openerp.com-20140422122155-jw89nc4g0m12mhvo
This commit is contained in:
Antony Lesuisse 2014-04-22 14:21:55 +02:00
parent ada7facefe
commit fafe368331
1 changed files with 2 additions and 0 deletions

View File

@ -19,7 +19,9 @@
#
##############################################################################
import logging
import openerp
import openerp.tests
_logger = logging.getLogger(__name__)