Refactor to remove Uploader in favor of RackspaceFileProvider

This commit is contained in:
Patrick Smith
2019-01-02 17:12:55 -05:00
parent cd920373a8
commit e432da0d50
6 changed files with 60 additions and 67 deletions

View File

@@ -5,8 +5,7 @@ from flask import current_app as app
from atst.models import Base, types, mixins
from atst.database import db
from atst.uploader import UploadError
from atst.domain.exceptions import NotFoundError
from atst.domain.exceptions import NotFoundError, UploadError
class AttachmentError(Exception):