Fix shebang for modules.env sort check script

It is obviously missing "python" which makes it not possible to run on
its own. It works with tox because tox.ini explicitly invokes it with
"python {toxinidir}/tools/sorted_modules_env.py".

Change-Id: I6eab942660d69eacda95572c7d2077687087b7c7
This commit is contained in:
Mikhail S Medvedev 2016-07-21 11:52:38 -05:00
parent 54f410885a
commit 0e9a9b9f6e

View File

@ -1,4 +1,4 @@
#!/usr/bin/env
#!/usr/bin/env python
import sys
import difflib