Commit 48401121 authored by Greg Ward's avatar Greg Ward

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

parent 9811861e
......@@ -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
......
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