# HG changeset patch # User Jeff Hammel # Date 1300819203 25200 # Node ID c61997cf17b063500851119e72a3e727eef0c490 # Parent 83bc1e6e5b5409fd496cc0e687bca4f0148dfc78 add silvermirror to things to install diff -r 83bc1e6e5b54 -r c61997cf17b0 python/install_config.py --- 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') ], ]