mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Stop assuming that /usr/bin/python exists
Fixes 33192
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
|
||||
# Future imports for Python 2.7, mandatory in 3.0
|
||||
from __future__ import division
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
# Copyright 2014-2019, The Tor Project, Inc
|
||||
# See LICENSE for licensing information
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
# coding=utf-8
|
||||
# Copyright 2011-2019, The Tor Project, Inc
|
||||
# original version by Arturo Filastò
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
# Copyright 2014-2019, The Tor Project, Inc.
|
||||
# See LICENSE for license information
|
||||
|
||||
|
||||
Reference in New Issue
Block a user