commit 01816009a37548b91efd70fb3c2e08ae77ced7a1 Author: Damian Johnson atagar@torproject.org Date: Mon Sep 9 12:25:52 2013 -0700
Removing reference to being 'similar to' DocTor
Now that we're this far along with replacing DocTor it's a little silly to say we're 'like' it. Essentially this read 'DocTor is kinda-sorta like DocTor.' ;) --- consensus_health_checker.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/consensus_health_checker.py b/consensus_health_checker.py index 3571675..299d06d 100755 --- a/consensus_health_checker.py +++ b/consensus_health_checker.py @@ -3,8 +3,7 @@ # See LICENSE for licensing information
""" -Performs a variety of checks against the present votes and consensus, similar -to DocTor (https://gitweb.torproject.org/doctor.git). +Performs a variety of checks against the present votes and consensus. """
import datetime