Update stubs

This commit is contained in:
Trinh Anh Ngoc
2022-10-16 16:46:23 +07:00
parent 88088398cd
commit 3125cd06e2

View File

@@ -4,6 +4,7 @@ from . import (
loading as loading,
migration as migration,
module as module,
neutralize as neutralize,
registry as registry
)
from .loading import (
@@ -13,6 +14,7 @@ from .loading import (
from .module import (
adapt_version as adapt_version,
check_resource_path as check_resource_path,
get_manifest as get_manifest,
get_module_path as get_module_path,
get_module_resource as get_module_resource,
get_modules as get_modules,
@@ -20,6 +22,5 @@ from .module import (
get_resource_from_path as get_resource_from_path,
get_resource_path as get_resource_path,
initialize_sys_path as initialize_sys_path,
load_information_from_description_file as load_information_from_description_file,
load_openerp_module as load_openerp_module
)