Commit c1b3f636 authored by Brett Cannon's avatar Brett Cannon

Try to get hg to treat importlib.h as binary.

parent 8a1d04c6
......@@ -24,6 +24,7 @@ def main(input_path, output_path):
lines.append('};\n')
with open(output_path, 'w') as output_file:
output_file.write('\n'.join(lines))
output_file.write('\u0000')
if __name__ == '__main__':
......
No preview for this file type
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment