Browse Source

[FIX] models importation is commented out.

It's causing error when installing the module.
pull/30/head
Afwan Wali Hamim 8 years ago
committed by GitHub
parent
commit
42042b82ca
  1. 3
      cron_failure_notification/__init__.py

3
cron_failure_notification/__init__.py

@ -19,4 +19,5 @@
# GENERAL PUBLIC LICENSE (LGPL v3) along with this program.
# If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################import models
##############################################################################
import models

Loading…
Cancel
Save