import imp
import os
import sys

from core import wsgi

sys.path.insert(0, os.path.dirname(__file__))

application = wsgi.application