1
0
Fork 0
mirror of https://github.com/sileht/bird-lg.git synced 2024-09-21 06:24:43 +02:00
bird-lg/lg.wsgi

6 lines
98 B
Plaintext
Raw Normal View History

2012-01-20 00:12:19 +01:00
import sys
2012-01-20 16:50:58 +01:00
sys.path.insert(0,"/var/www/lg2.tetaneutral.net/")
2012-01-20 00:12:19 +01:00
from lg import app as application