d812e5465a
to make feedback email config readonly
10 lines
259 B
Python
10 lines
259 B
Python
# -*- coding: utf-8 -*-
|
|
"""
|
|
Email definitions
|
|
"""
|
|
|
|
from __future__ import unicode_literals, absolute_import
|
|
|
|
from rattail.emails import user_feedback
|
|
from rattail_tempmon.emails import tempmon_low_temp, tempmon_high_temp, tempmon_critical_temp, tempmon_error
|