bird-lg/lg.wsgi
2012-08-21 11:55:16 +02:00

9 lines
142 B
Python

import sys
import os
sitepath = os.path.realpath(os.path.dirname(__file__))
sys.path.insert(0, sitepath)
from lg import app as application