aboutsummaryrefslogtreecommitdiff
path: root/python/pyarmnn/scripts/generate_docs.py
diff options
context:
space:
mode:
authorPavel Macenauer <pavel.macenauer@linaro.org>2020-04-15 14:17:26 +0000
committerPavel Macenauer <pavel.macenauer@linaro.org>2020-05-21 16:07:49 +0200
commit59e057fbbf315419724bf71fe9c7f617248e7aee (patch)
tree33a60c365494a3bf1b65a06ad5a450d69763c4bd /python/pyarmnn/scripts/generate_docs.py
parent0800bf541a3c6f5f2d6ff842a30e20ed48fb2eac (diff)
downloadarmnn-59e057fbbf315419724bf71fe9c7f617248e7aee.tar.gz
Integration of PyArmNN into CMake
Change-Id: Ice37e693f4598a6b3c38bd38d89f1d35cdaa8a18 Signed-off-by: Pavel Macenauer <pavel.macenauer@nxp.com>
Diffstat (limited to 'python/pyarmnn/scripts/generate_docs.py')
-rwxr-xr-x[-rw-r--r--]python/pyarmnn/scripts/generate_docs.py2
1 files changed, 2 insertions, 0 deletions
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