This commit is contained in:
Johannes Findeisen 2015-06-23 01:41:24 +02:00
commit feb97ed2c8

View file

@ -19,12 +19,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
from logging import getLogger from logging import getLogger
KEY_COMMENT = "comment" KEY_COMMENT = "comment"
KEY_THRESHOLD = "threshold" KEY_THRESHOLD = "threshold"
KEY_FAILS = "fails" KEY_FAILS = "fails"
KEY_PERIODS = "periods" KEY_PERIODS = "periods"
KEY_ARGS = "args" KEY_ARGS = "args"
KEY_CLASS = "class" KEY_CLASS = "class"
logger = getLogger(__name__) logger = getLogger(__name__)