Make checkIncludes work on python 2.7

This commit is contained in:
Nick Mathewson 2018-07-09 15:46:39 -04:00
parent f8766e8878
commit 3145e469d8

View File

@ -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