tor

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

commit 3145e469d8d72ccc2a4e9317c83331df7cc29803
parent f8766e887879214297175b0548e3ba4235879df3
Author: Nick Mathewson <nickm@torproject.org>
Date:   Mon,  9 Jul 2018 15:46:39 -0400

Make checkIncludes work on python 2.7

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

diff --git a/scripts/maint/checkIncludes.py b/scripts/maint/checkIncludes.py @@ -1,6 +1,8 @@ #!/usr/bin/python3 # Copyright 2018 The Tor Project, Inc. See LICENSE file for licensing info. +from __future__ import print_function + import fnmatch import os import re