Mercurial > hg > MakeItSo
changeset 22:fc2867bc2ba6
remove duplicated variable
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Sun, 21 Nov 2010 12:59:47 -0800 |
parents | c879b93c3f15 |
children | 776805790c84 |
files | makeitso/makeitso.py |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/makeitso/makeitso.py Sun Nov 21 12:56:37 2010 -0800 +++ b/makeitso/makeitso.py Sun Nov 21 12:59:47 2010 -0800 @@ -33,8 +33,6 @@ raise NotImplementedError -# URL of this file -location = 'http://k0s.org/mozilla/hg/MakeItSo/raw-file/tip/makeitso/makeitso.py' # regular expressions for finding the shebang shebang_re = '#!.*makeitso.*'