Direktori : /proc/self/root/proc/thread-self/root/opt/imh-python/bin/ |
Current File : //proc/self/root/proc/thread-self/root/opt/imh-python/bin/pyroute2-test-platform |
#!/opt/imh-python/bin/python3.9 # -*- coding: utf-8 -*- import re import sys from pyroute2.config.test_platform import run if __name__ == '__main__': sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) sys.exit(run())