aboutsummaryrefslogtreecommitdiffstats
path: root/test/vcpe/csar_parser.py
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2019-09-25 16:37:05 +0200
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2019-09-25 16:37:05 +0200
commitfbbdbece6e69adeba811496af511e278881bdc79 (patch)
tree76f2a377086eedb09dfa735f7e55fe9e8f64dae6 /test/vcpe/csar_parser.py
parentdbb3ba15b358043f9e45d8dd211ce1bd970fb08e (diff)
Fix hashbang in vCPE Python scripts
Change-Id: Id2b7ec151e1a006a5a85b8544e478fd9cf282715 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com> Issue-ID: TEST-220
Diffstat (limited to 'test/vcpe/csar_parser.py')
-rwxr-xr-xtest/vcpe/csar_parser.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/vcpe/csar_parser.py b/test/vcpe/csar_parser.py
index f101364d5..7046070e5 100755
--- a/test/vcpe/csar_parser.py
+++ b/test/vcpe/csar_parser.py
@@ -1,4 +1,5 @@
-#! /usr/bin/python
+#!/usr/bin/env python
+
import os
import zipfile
import shutil