tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 31a0b818542ea459db996daa0dd364f32b310474
parent 65cb4fead50903e7df40f593f12e56902b63458f
Author: Nick Mathewson <nickm@torproject.org>
Date:   Tue, 30 Jul 2019 10:17:19 -0400

practracker: Remove problemvault global.

Diffstat:
Mscripts/maint/practracker/practracker.py | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/scripts/maint/practracker/practracker.py b/scripts/maint/practracker/practracker.py @@ -46,9 +46,6 @@ TOLERANCE_FNS = { ####################################################### -# ProblemVault singleton -ProblemVault = None - # The Tor source code topdir TOR_TOPDIR = None @@ -185,8 +182,6 @@ def main(argv): # 2) Initialize problem vault and load an optional exceptions file so that # we don't warn about the past - global ProblemVault - if args.regen: tmpname = exceptions_file + ".tmp" tmpfile = open(tmpname, "w")