import imp
import os
import sys

from plp_backend import wsgi

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

application = wsgi.application