Fix from est@hyperreal.org: missing initialize in 'find_defaults()'.

This commit is contained in:
Greg Ward 2000-02-24 03:17:43 +00:00
parent 9811861e3c
commit 4840112121

View file

@ -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