]> git.donarmstrong.com Git - dak.git/commit
fix pychecker warnings about shadowing globals
authorMark Hymers <mhy@debian.org>
Sat, 3 May 2008 12:29:59 +0000 (13:29 +0100)
committerMark Hymers <mhy@debian.org>
Sat, 3 May 2008 12:29:59 +0000 (13:29 +0100)
commit2727736e4c7749893b611cafcc7be2490542545d
tree0ced9127f9af33a932779ff208bbe2a8c5080a9a
parent9d50949ce41dfe559c4bf28a13140f2fb2793eb8
fix pychecker warnings about shadowing globals

The correct fix for this is of course to reduce the use of globals, but
until we take on that task, we should at least make sure we use different
names for global and local variables.
dak/symlink_dists.py