Make the Python tools directly executable (#3476)

This commit is contained in:
Roman Donchenko 2020-12-07 08:16:00 +03:00 committed by GitHub
parent fc049fc6ce
commit fc40104c7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

2
inference-engine/tools/benchmark_tool/benchmark_app.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/python3
"""
Copyright (C) 2018-2019 Intel Corporation

View File

@ -1,3 +1,5 @@
#!/usr/bin/python3
# Copyright (C) 2018-2019 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
#