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:
parent
f44aeff751
commit
d71c6c9663
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user