Move notification helper code into the root module
This commit is contained in:
parent
5739e2ef4d
commit
e7dbc4ee91
9 changed files with 92 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue