Skip to content

Commit 06c1267

Browse files
authored
Merge pull request #141 from gisce/add_import_service_on_OpenERPService_init
Add import service, pre load erp monkeypatches
2 parents 7bbe755 + 98201e2 commit 06c1267

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

destral/openerp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ def __init__(self, **kwargs):
2929
:param \**kwargs: keyword arguments passed to the config
3030
"""
3131
config = config_from_environment('OPENERP', [], **kwargs)
32+
import service
3233
import netsvc
3334
import tools
3435
update_config(tools.config, **config)

0 commit comments

Comments
 (0)