From: Nick Mathewson Date: Mon, 9 Jul 2018 19:46:39 +0000 (-0400) Subject: Make checkIncludes work on python 2.7 X-Git-Tag: tor-0.3.5.1-alpha~236 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3145e469d8d72ccc2a4e9317c83331df7cc29803;p=thirdparty%2Ftor.git Make checkIncludes work on python 2.7 --- diff --git a/scripts/maint/checkIncludes.py b/scripts/maint/checkIncludes.py index 9da15a2b9c..5cf7ead47e 100755 --- 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