Explorar el Código

Make checkIncludes work on python 2.7

Nick Mathewson hace 5 años
padre
commit
3145e469d8
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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