Move notification helper code into the root module

This commit is contained in:
Joseph Schorr 2017-07-14 16:29:59 +03:00
parent 5739e2ef4d
commit e7dbc4ee91
9 changed files with 92 additions and 8 deletions

View file

@ -3,7 +3,7 @@ import time
import re
from datetime import datetime
from notifications.notificationhelper import build_event_data
from notifications import build_event_data
from util.jinjautil import get_template_env
from util.secscan import PRIORITY_LEVELS, get_priority_for_index