From b49d261580b25c8162c508d60591a0dce55b3409 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 17 Dec 2017 19:37:50 +0100 Subject: [PATCH] Update __init__.py --- salon_management/models/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/salon_management/models/__init__.py b/salon_management/models/__init__.py index 294035f3d..38a19a1b6 100644 --- a/salon_management/models/__init__.py +++ b/salon_management/models/__init__.py @@ -20,7 +20,7 @@ # If not, see . # ############################################################################## -import salon_management -import salon_booking -import salon_config +from . import salon_management +from . import salon_booking +from . import salon_config