Update to support running on elasticbeanstalk.

This commit is contained in:
yackob03 2013-09-30 16:14:48 -04:00
parent ea6df2b725
commit b0720aac1c
6 changed files with 33 additions and 10 deletions

View file

@ -1,8 +1,8 @@
import logging
import json
from flask import make_response, request, session, Response, abort
import simplejson as json
from functools import wraps
from datetime import datetime
from time import time