repo.or.cz
/
compass
/
delber.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Set options based on request args
[compass/delber.git]
/
app.wsgi
blob
91b7c053351a851ee8f424fabb665106904420cf
1
#!/usr/bin/python
2
3
import
os
,
sys
4
sys
.
path
.
append
(
'/srv/compass.torproject.org/compass'
)
5
6
from
app
import
app
as
application
7