Use a canonical way to specify python

Be consistent with other scripts in the same directory.

This also improves portability as less hardcoded full path of
python interpreter.

Change-Id: I605710035de2c7c85b5996238af18b3c6b0955ef
This commit is contained in:
YAMAMOTO Takashi 2015-01-27 13:27:10 +09:00
parent 5070d5e644
commit ec225a6c84
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#! /usr/bin/env python
# Copyright 2014 SUSE Linux Products GmbH
#