[FIX] base_import: just loading module should not require unittest2. Reported by M.Taylor

bzr revid: xmo@openerp.com-20120911132446-u1yd48tsfd7km6hn
This commit is contained in:
Xavier Morel 2012-09-11 15:24:46 +02:00
parent 7d0ea14778
commit 9b0f10af12
2 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
import controllers
import models
import tests.models
import test_models