summaryrefslogtreecommitdiff
path: root/tools/gen_doc.py
diff options
context:
space:
mode:
authorShawn Hoffman <[email protected]>2024-09-17 12:17:12 -0700
committerShawn Hoffman <[email protected]>2024-09-17 12:17:12 -0700
commit616532892d913b7224806ed1e881b72ed66bb3e1 (patch)
treeb31cfa68d8d64eb96699f7081646f56a4daae6e8 /tools/gen_doc.py
parentf4dd1764849d005a2e44d51f62428aeaf2513804 (diff)
make all python files executable and standardize interpreter
Diffstat (limited to 'tools/gen_doc.py')
-rwxr-xr-x[-rw-r--r--]tools/gen_doc.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gen_doc.py b/tools/gen_doc.py
index 668c77ef6..c69f3ff29 100644..100755
--- a/tools/gen_doc.py
+++ b/tools/gen_doc.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python3
import pandas as pd
from tabulate import tabulate
from pathlib import Path