1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-05-01 13:13:53 +00:00

Remove vestige of Py 3.6

This commit is contained in:
Henry Fredrick Schreiner 2017-02-06 12:57:59 -05:00
parent f44aeff751
commit d71c6c9663

View File

@ -29,7 +29,7 @@ def MakeHeader(out):
output += '\n// From {inc}\n\n'.format(inc=inc)
output += inner[inner.find('namespace'):]
header_list = '\n'.join(f'#include <'+h+'>' for h in headers)
header_list = '\n'.join('#include <'+h+'>' for h in headers)
output = '''\
#pragma once