From 42042b82ca4b191f1558e88fd34bb3ad090f94ac Mon Sep 17 00:00:00 2001 From: Afwan Wali Hamim Date: Tue, 5 Sep 2017 11:37:20 +0700 Subject: [PATCH] [FIX] models importation is commented out. It's causing error when installing the module. --- cron_failure_notification/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cron_failure_notification/__init__.py b/cron_failure_notification/__init__.py index 03be39174..df77601fb 100644 --- a/cron_failure_notification/__init__.py +++ b/cron_failure_notification/__init__.py @@ -19,4 +19,5 @@ # GENERAL PUBLIC LICENSE (LGPL v3) along with this program. # If not, see . # -##############################################################################import models +############################################################################## +import models