From c307f35a93a70c635ff0a33c77bda438c621761c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Sat, 19 Apr 2014 12:32:54 +0200 Subject: [PATCH] [IMP] local import --- account_partner_required/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/account_partner_required/__init__.py b/account_partner_required/__init__.py index 22c8fe29..5cb88930 100644 --- a/account_partner_required/__init__.py +++ b/account_partner_required/__init__.py @@ -2,7 +2,7 @@ ############################################################################## # # Account partner required module for OpenERP -# Copyright (C) 2014 Acsone (http://acsone.eu). All Rights Reserved +# Copyright (C) 2014 Acsone (http://acsone.eu). # @author Stéphane Bidoul # # This program is free software: you can redistribute it and/or modify @@ -20,4 +20,4 @@ # ############################################################################## -import account +from . import account