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

@ -20,7 +20,7 @@ from endpoints.v2.labelhandlers import handle_label
from image.docker import ManifestException
from image.docker.schema1 import DockerSchema1Manifest, DockerSchema1ManifestBuilder
from image.docker.schema2 import DOCKER_SCHEMA2_CONTENT_TYPES
from notifications.notificationhelper import spawn_notification
from notifications import spawn_notification
from util.audit import track_and_log
from util.names import VALID_TAG_PATTERN
from util.registry.replication import queue_replication_batch