changeset 130:c61997cf17b0

add silvermirror to things to install
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 22 Mar 2011 11:40:03 -0700
parents 83bc1e6e5b54
children 52cf3e146a4c
files python/install_config.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/python/install_config.py	Fri Mar 18 11:33:56 2011 -0700
+++ b/python/install_config.py	Tue Mar 22 11:40:03 2011 -0700
@@ -53,6 +53,7 @@
     
 # install some python
 install_develop('smartopen')
+install_develop('silvermirror')
 
 postinstall_commands = [ ['ln', '-s', os.path.join(HOME, 'smartopen', 'bin', 'smartopen'), os.path.join(HOME, 'bin', 'smartopen') ],
                          ]