Current Path : /home/numerotech/testdelegate.numerotech.com/common_delegate_registration_v1/ |
Current File : //home/numerotech/testdelegate.numerotech.com/common_delegate_registration_v1/passenger_wsgi_am.py |
import sys, os ,imp INTERP = "/usr/local/bin/python3.11" #INTERP is present twice so that the new Python interpreter knows the actual executable path if sys.executable != INTERP: os.execl(INTERP, INTERP, *sys.argv) wsgi = imp.load_source('wsgi', 'wsgi.py') application = wsgi.app