fhdfhdfhdfhdfhdfhdfdfhdfhdfhdhfdfhdfhdfhd dfhdfhdfhdfhdfhdfhdfhdfdfhdfhdfhdhfdfhdfhdfhdfh
| DIR:/opt/alt/python37/bin/ |
| Current File : //opt/alt/python37/bin/pyroute2-test-platform |
#!/opt/alt/python37/bin/python3
# -*- 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())
|