create interfaces for v1 and v2 data model

This commit is contained in:
Jimmy Zelinskie 2016-08-30 15:05:15 -04:00
parent b775458d4b
commit c06d395f96
14 changed files with 1048 additions and 732 deletions

View file

@ -6,7 +6,7 @@ from uuid import uuid4
from app import app
from util.registry.streamlayerformat import StreamLayerMerger
from image import TarImageFormatter
from image.common import TarImageFormatter
ACNAME_REGEX = re.compile(r'[^a-z-]+')