Commit f34924a41f071c326fded0d5d2d80a6140aba97b

Authored by Henry Fredrick Schreiner
1 parent d71c6c96

Fixed script for Python 2 with future import

Showing 1 changed file with 2 additions and 0 deletions
scripts/MakeSingleHeader.py
@@ -2,6 +2,8 @@ @@ -2,6 +2,8 @@
2 2
3 # Requires pathlib on python 2 3 # Requires pathlib on python 2
4 4
  5 +from __future__ import print_function, unicode_literals
  6 +
5 import re 7 import re
6 import argparse 8 import argparse
7 from pathlib import Path 9 from pathlib import Path