# tui, Tor web UI # by Arturo Filasto' # import web, os cache = False globals = {} # Add your own (username, password) pair authinfo = ("test", "test") interfaces_file = os.getcwd() + "/../torouter-prep/configs/interfaces" torrc_file = os.getcwd() + "/../torouter-prep/configs/torrc"