Merge branch 'master' of bitbucket.org:yackob03/quay

This commit is contained in:
Jake Moshenko 2014-05-06 15:14:06 -04:00
commit acbfc0bd5a
143 changed files with 4373 additions and 31056 deletions

View file

@ -3,13 +3,12 @@ import json
from data.database import Image, ImageStorage, Repository
from data import model
from app import app
from app import app, storage as store
import boto.s3.connection
import boto.s3.key
store = app.config['STORAGE']
logger = logging.getLogger(__name__)
logging.basicConfig(level=logging.DEBUG)