Fix manage.py to use python3
Looks like we still have some py2 legacy sheebang that we need fixing. Change-Id: I44a93385c201ddcd3f5f5de30b8191e401188388
This commit is contained in:
parent
3c5006efb4
commit
e85356dfd7
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/python3
|
||||||
|
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||||
# not use this file except in compliance with the License. You may obtain
|
# not use this file except in compliance with the License. You may obtain
|
||||||
|
Loading…
x
Reference in New Issue
Block a user