Correctly choose python version for scripts requiring python2.

This commit is contained in:
Daniel Kirchner 2018-06-15 16:29:42 +02:00
parent dea9646a1d
commit 09c3317bd8
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python2
#
# This script reads C++ or RST source files and writes all
# multi-line strings into individual files.

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python2
#
# This script reads C++ or RST source files and writes all
# multi-line strings into individual files.