diff options
| author | Shawn Hoffman <[email protected]> | 2024-09-17 12:17:12 -0700 |
|---|---|---|
| committer | Shawn Hoffman <[email protected]> | 2024-09-17 12:17:12 -0700 |
| commit | 616532892d913b7224806ed1e881b72ed66bb3e1 (patch) | |
| tree | b31cfa68d8d64eb96699f7081646f56a4daae6e8 /src | |
| parent | f4dd1764849d005a2e44d51f62428aeaf2513804 (diff) | |
make all python files executable and standardize interpreter
Diffstat (limited to 'src')
| -rwxr-xr-x[-rw-r--r--] | src/portable/synopsys/dwc2/dwc2_info.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/portable/synopsys/dwc2/dwc2_info.py b/src/portable/synopsys/dwc2/dwc2_info.py index 55bec3d23..9bbc18850 100644..100755 --- a/src/portable/synopsys/dwc2/dwc2_info.py +++ b/src/portable/synopsys/dwc2/dwc2_info.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 import click import ctypes import pandas as pd |
