[FIX] openerp.addons: corrected wrong import syntax.

bzr revid: vmt@openerp.com-20110420153741-scgftlguxqvopgur
This commit is contained in:
Vo Minh Thu 2011-04-20 17:37:41 +02:00
parent 545a438c03
commit 2356412aea
1 changed files with 2 additions and 3 deletions

View File

@ -29,8 +29,7 @@ is deprecated.
"""
from openerp.modules import
get_module_resource,
get_module_path # used only by base_module_quality
# get_module_path is used only by base_module_quality
from openerp.modules import get_module_resource, get_module_path
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: