mirror of https://github.com/BOINC/boinc.git
Change python3 to python in 2 scripts
These scripts work with python 2 and 3
This commit is contained in:
parent
b1b9cef6f6
commit
43c98bff3d
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
#!/usr/bin/env python
|
||||
|
||||
# $Id$
|
||||
'''
|
||||
Checks project permissions and php modules.
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
#!/usr/bin/env python
|
||||
|
||||
# $Id$
|
||||
|
||||
'''
|
||||
Usage: upgrade [options] project_root
|
||||
|
|
Loading…
Reference in New Issue