mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
remove assignment to unused variable
This commit is contained in:
parent
3b4ab231f2
commit
6d340c3de8
1 changed files with 0 additions and 1 deletions
|
|
@ -58,7 +58,6 @@ def write_file(name, text):
|
|||
f.close()
|
||||
|
||||
patchlevel_tex = os.path.join(Doc, "commontex", "patchlevel.tex")
|
||||
Makefile_version = os.path.join(Doc, "Makefile.version")
|
||||
|
||||
write_file(patchlevel_tex,
|
||||
"%% This file is generated by ../tools/getversioninfo;\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue