Browse Source

Make checkIncludes work on python 2.7

Nick Mathewson 5 years ago
parent
commit
3145e469d8
1 changed files with 2 additions and 0 deletions
  1. 2 0
      scripts/maint/checkIncludes.py

+ 2 - 0
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