Use Python 3 instead of Python 2 (EOL'd)

This commit is contained in:
Christian Parpart
2020-01-15 14:20:43 +01:00
parent 9d9a7ebe25
commit 44e892634b
9 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python3
#
# This script reads C++ or RST source files and writes all
# multi-line strings into individual files.