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

Change-Id: I63fc5f64c4c6a8c9b1cea9ee03730042fc28229c
This commit is contained in:
Iftikhar Rathore 2023-06-28 16:34:32 -07:00
parent f9c7a63f7a
commit 778b011ee1
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