Mercurial > hg > config
comparison python/install_config.py @ 268:06fcec56e8fe
whitespace
| author | Jeff Hammel <jhammel@mozilla.com> |
|---|---|
| date | Mon, 11 Mar 2013 14:55:30 -0700 |
| parents | c37750a70f94 |
| children | 705dc5cfd68d |
comparison
equal
deleted
inserted
replaced
| 267:50b55f0d158f | 268:06fcec56e8fe |
|---|---|
| 30 code = subprocess.call(command) | 30 code = subprocess.call(command) |
| 31 if code: | 31 if code: |
| 32 sys.exit(code) | 32 sys.exit(code) |
| 33 | 33 |
| 34 execute(*commands) | 34 execute(*commands) |
| 35 | |
| 35 | 36 |
| 36 # get the which command | 37 # get the which command |
| 37 sys.path.append(os.path.join(HOME, 'python')) | 38 sys.path.append(os.path.join(HOME, 'python')) |
| 38 from which import which | 39 from which import which |
| 39 | 40 |
