# HG changeset patch # User Jeff Hammel # Date 1290373187 28800 # Node ID fc2867bc2ba6e88af8d11b2cad95619b355d2e84 # Parent c879b93c3f1541e823ae30e6d9f5946e5a22ea81 remove duplicated variable diff -r c879b93c3f15 -r fc2867bc2ba6 makeitso/makeitso.py --- 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.*'