Loading scripts/maint/checkIncludes.py +2 −0 Original line number Diff line number Diff line #!/usr/bin/python3 # Copyright 2018 The Tor Project, Inc. See LICENSE file for licensing info. import fnmatch import os Loading Loading @@ -68,3 +69,4 @@ if trouble: err( """To change which includes are allowed in a C file, edit the {} files in its enclosing directory.""".format(RULES_FNAME)) sys.exit(1) Loading
scripts/maint/checkIncludes.py +2 −0 Original line number Diff line number Diff line #!/usr/bin/python3 # Copyright 2018 The Tor Project, Inc. See LICENSE file for licensing info. import fnmatch import os Loading Loading @@ -68,3 +69,4 @@ if trouble: err( """To change which includes are allowed in a C file, edit the {} files in its enclosing directory.""".format(RULES_FNAME)) sys.exit(1)