]> granicus.if.org Git - python/commit
get_script() implicitly returned None and also had explicit returns.
authorJeremy Hylton <jeremy@alum.mit.edu>
Tue, 4 Jun 2002 20:39:34 +0000 (20:39 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Tue, 4 Jun 2002 20:39:34 +0000 (20:39 +0000)
commitd003abccc73b3101efbfd7ee27c72ead2990bd7b
tree005fb37086090215280663be9ccc2aa4ca4f9852
parentd53f6e43e76a2ddba989ddd59d7be57c4f84d10d
get_script() implicitly returned None and also had explicit returns.

Make all returns explicit and rearrange logic to avoid extra
indentation.
Lib/distutils/command/bdist_packager.py