# HG changeset patch # User Jeff Hammel # Date 1269636994 25200 # Node ID ff7f771a9baf472b353de989953f1fdf354cbc46 # Parent 8cf361926883a26c86a32d84710d62b6bdd2e365 oops diff -r 8cf361926883 -r ff7f771a9baf python/install_config.py --- a/python/install_config.py Fri Mar 26 13:54:24 2010 -0700 +++ b/python/install_config.py Fri Mar 26 13:56:34 2010 -0700 @@ -57,5 +57,5 @@ # TODO: # - ubuntu packages to install: PACKAGES="unison fluxbox antiword xclip" -echo "Ensure the following packages are installed:" -echo "sudo apt-get install $PACKAGES" +print "Ensure the following packages are installed:" +print "sudo apt-get install $PACKAGES"