comparison python/install_config.py @ 42:8cf361926883

remove whitespace
author Jeff Hammel <k0scist@gmail.com>
date Fri, 26 Mar 2010 13:54:24 -0700
parents eda848575afb
children ff7f771a9baf
comparison
equal deleted inserted replaced
41:eda848575afb 42:8cf361926883
11 HOME=os.environ['HOME'] 11 HOME=os.environ['HOME']
12 os.chdir(HOME) 12 os.chdir(HOME)
13 13
14 # make the current directory a repository 14 # make the current directory a repository
15 import subprocess 15 import subprocess
16
17
18 16
19 commands = [ ['hg', 'init'], 17 commands = [ ['hg', 'init'],
20 ['hg', 'pull', SRC], 18 ['hg', 'pull', SRC],
21 ['hg', 'update', '-C'], 19 ['hg', 'update', '-C'],
22 ['hg', 'clone', 'http://bitbucket.org/ianb/virtualenv'], 20 ['hg', 'clone', 'http://bitbucket.org/ianb/virtualenv'],