aboutsummaryrefslogtreecommitdiff
path: root/python/pyarmnn/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'python/pyarmnn/scripts')
-rwxr-xr-x[-rw-r--r--]python/pyarmnn/scripts/download_test_resources.py3
-rwxr-xr-x[-rw-r--r--]python/pyarmnn/scripts/generate_docs.py2
2 files changed, 5 insertions, 0 deletions
diff --git a/python/pyarmnn/scripts/download_test_resources.py b/python/pyarmnn/scripts/download_test_resources.py
index b166ed77be..63fe1e9976 100644..100755
--- a/python/pyarmnn/scripts/download_test_resources.py
+++ b/python/pyarmnn/scripts/download_test_resources.py
@@ -1,3 +1,6 @@
+#!/usr/bin/env python3
+# Copyright 2020 NXP
+# SPDX-License-Identifier: MIT
"""Downloads and extracts resources for unit tests.
It is mandatory to run this script prior to running unit tests. Resources are stored as a tar.gz or a tar.bz2 archive and
diff --git a/python/pyarmnn/scripts/generate_docs.py b/python/pyarmnn/scripts/generate_docs.py
index 66eff6d52a..d4bc75078f 100644..100755
--- a/python/pyarmnn/scripts/generate_docs.py
+++ b/python/pyarmnn/scripts/generate_docs.py
@@ -1,6 +1,8 @@
+#!/usr/bin/env python3
# Copyright © 2020 Arm Ltd. All rights reserved.
# SPDX-License-Identifier: MIT
"""Generate PyArmNN documentation."""
+
import os
import tarfile