From 3145e469d8d72ccc2a4e9317c83331df7cc29803 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 9 Jul 2018 15:46:39 -0400 Subject: Make checkIncludes work on python 2.7 --- scripts/maint/checkIncludes.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/maint') 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 -- cgit v1.2.3-54-g00ecf