Skip to content
Snippets Groups Projects
Commit ee6f54ff authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Merge remote-tracking branch 'tor-github/pr/860'

parents b547ece9 a10d4adc
No related branches found
No related tags found
No related merge requests found
o Minor bugfixes (python):
- Stop assuming that /usr/bin/python3 exists. For scripts that work with
python2, use /usr/bin/python. Otherwise, use /usr/bin/env python3.
Fixes bug 29913; bugfix on 0.2.5.3-alpha.
#!/usr/bin/python3 #!/usr/bin/python
# Copyright 2018 The Tor Project, Inc. See LICENSE file for licensing info. # Copyright 2018 The Tor Project, Inc. See LICENSE file for licensing info.
"""This script looks through all the directories for files matching *.c or """This script looks through all the directories for files matching *.c or
......
#!/usr/bin/python3 #!/usr/bin/python
""" """
Best-practices tracker for Tor source code. Best-practices tracker for Tor source code.
......
#!/usr/bin/python3 #!/usr/bin/python
import os import os
import os.path import os.path
......
#!/usr/bin/python3 #!/usr/bin/python
# This software has been dedicated to the public domain under the CC0 # This software has been dedicated to the public domain under the CC0
# public domain dedication. # public domain dedication.
......
#!/usr/bin/python3 #!/usr/bin/env python3
# Copyright 2018-2019, The Tor Project, Inc. See LICENSE for licensing info. # Copyright 2018-2019, The Tor Project, Inc. See LICENSE for licensing info.
# Reference implementation for our rudimentary OPE code, used to # Reference implementation for our rudimentary OPE code, used to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment