1
0
Fork 0
mirror of https://github.com/sileht/bird-lg.git synced 2024-09-28 09:24:43 +02:00
bird-lg/lg.wsgi
2012-01-20 00:12:37 +01:00

6 lines
97 B
Python

import sys
sys.path.insert(0,"/var/www/lg.tetaneutral.net/")
from lg import app as application