Mercurial > hg > MakeItSo
comparison makeitso/makeitso.py @ 22:fc2867bc2ba6
remove duplicated variable
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Sun, 21 Nov 2010 12:59:47 -0800 |
parents | c879b93c3f15 |
children | 776805790c84 |
comparison
equal
deleted
inserted
replaced
21:c879b93c3f15 | 22:fc2867bc2ba6 |
---|---|
31 returns the location of a temporary directory | 31 returns the location of a temporary directory |
32 """ | 32 """ |
33 | 33 |
34 raise NotImplementedError | 34 raise NotImplementedError |
35 | 35 |
36 # URL of this file | |
37 location = 'http://k0s.org/mozilla/hg/MakeItSo/raw-file/tip/makeitso/makeitso.py' | |
38 | 36 |
39 # regular expressions for finding the shebang | 37 # regular expressions for finding the shebang |
40 shebang_re = '#!.*makeitso.*' | 38 shebang_re = '#!.*makeitso.*' |
41 shebang_re = re.compile(shebang_re) | 39 shebang_re = re.compile(shebang_re) |
42 | 40 |