Changed /usr/bin/python2 to /usr/bin/python3

Change-Id: I63fc5f64c4c6a8c9b1cea9ee03730042fc28229c
(cherry picked from commit 778b011ee1)
This commit is contained in:
Iftikhar Rathore 2023-06-28 16:34:32 -07:00
parent f6c151561d
commit 148c5f7d7c
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python2
#!/usr/bin/python3
import sys
from gbpservice.nfp.core.controller import main

View File

@ -1,4 +1,4 @@
#!/usr/bin/python2
#!/usr/bin/python3
import sys
from gbpservice.nfp.proxy_agent.proxy.proxy import main