mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
Fix from est@hyperreal.org: missing initialize in 'find_defaults()'.
This commit is contained in:
parent
9811861e3c
commit
4840112121
1 changed files with 1 additions and 0 deletions
|
@ -198,6 +198,7 @@ class sdist (Command):
|
|||
for fn in standards:
|
||||
if type (fn) is TupleType:
|
||||
alts = fn
|
||||
got_it = 0
|
||||
for fn in alts:
|
||||
if os.path.exists (fn):
|
||||
got_it = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue