Changed /usr/bin/python2 to /usr/bin/python3
Change-Id: I63fc5f64c4c6a8c9b1cea9ee03730042fc28229c
(cherry picked from commit 778b011ee1
)
This commit is contained in:
parent
f6c151561d
commit
148c5f7d7c
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python2
|
||||
#!/usr/bin/python3
|
||||
|
||||
import sys
|
||||
from gbpservice.nfp.core.controller import main
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python2
|
||||
#!/usr/bin/python3
|
||||
|
||||
import sys
|
||||
from gbpservice.nfp.proxy_agent.proxy.proxy import main
|
||||
|
Loading…
Reference in New Issue
Block a user