mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Marc-Andre Lemburg <mal@lemburg.com>:
Include <> -> "". Patch by Bill Tutt.
This commit is contained in:
parent
6cdec2efbb
commit
90321ec314
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ def generateOutputFiles(perfHash, hashData):
|
|||
out = open(headerFileName, "w")
|
||||
out.write(header)
|
||||
out = open(cFileName, "w")
|
||||
out.write("#include <%s>\n" % headerFileName)
|
||||
out.write("#include "%s"\n" % headerFileName)
|
||||
out.write(code)
|
||||
perfHash.generate_graph(out)
|
||||
out.write("""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue