[IMP] hr_recruitment: avoid circular import (which is not supported by the AddonsImportHook).

bzr revid: vmt@openerp.com-20120109151642-6axabx8zevb9jmy5
This commit is contained in:
Vo Minh Thu 2012-01-09 16:16:42 +01:00
parent 85295192d8
commit ca7b405aff
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
##############################################################################
import tools
from osv import fields,osv
from hr_recruitment import hr_recruitment
from .. import hr_recruitment
from decimal_precision import decimal_precision as dp