1
0
mirror of https://git.burble.com/burble.dn42/bird-lg.git synced 2024-05-12 03:55:36 +00:00
Files
burble.dn42-bird-lg/lgproxy.wsgi
2014-02-18 11:52:43 +01:00

9 lines
147 B
Python

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