examples/ip_pipeline: fix Python interpreter

Due to regular lintian checks in Debian packaging it surfaced that these
two scripts had a space in their #! statement.
It is changed to an interpreter compatible with Python 2 and 3.

Fixes: 8673a3e8 ("examples/ip_pipeline: add config diagram generator")
Fixes: fa667b46 ("examples/ip_pipeline: add core mappings script")

Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
This commit is contained in:
Christian Ehrhardt 2016-08-02 08:40:00 +02:00 committed by Thomas Monjalon
parent b21fb6cce3
commit 487a4f9095
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#! /usr/bin/python2
#!/usr/bin/env python
# BSD LICENSE
#

View File

@ -1,4 +1,4 @@
#! /usr/bin/python2
#!/usr/bin/env python
# BSD LICENSE
#