Peter M. Groen
/
CLI11
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
f34924a41f071c326fded0d5d2d80a6140aba97b
Authored by
Henry Fredrick Schreiner
2017-02-06 13:03:07 -0500
1 parent
d71c6c96
Fixed script for Python 2 with future import
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
scripts/MakeSingleHeader.py
scripts/MakeSingleHeader.py
View file @
f34924a
...
...
@@ -2,6 +2,8 @@
2
2
3
3
# Requires pathlib on python 2
4
4
5
+from __future__ import print_function, unicode_literals
6
+
5
7
import re
6
8
import argparse
7
9
from pathlib import Path
...
...