mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Make checkIncludes work on python 2.7
This commit is contained in:
parent
f8766e8878
commit
3145e469d8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user