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

@ -2,7 +2,7 @@ import json
import logging
from cachetools import lru_cache
from notifications.notificationhelper import spawn_notification
from notifications import spawn_notification
from data import model
from util.imagetree import ImageTree
from util.morecollections import AttrDict