aboutsummaryrefslogtreecommitdiffstats
path: root/packages/torouter-web/config.py
blob: 9411bb7257b83640973dcc24ca07f38fe4803c7b (plain)
1
2
3
4
5
6
7
8
9
10
11
# tui, Tor web UI
# by Arturo Filasto' <hellais@torproject.org>
#

import web, os

cache = False

globals = {}