changeset 43:ff7f771a9baf

oops
author Jeff Hammel <k0scist@gmail.com>
date Fri, 26 Mar 2010 13:56:34 -0700
parents 8cf361926883
children fc4b830a61e8 069a739d88ad
files python/install_config.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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"