[Checkins] SVN: grokproject/trunk/grokproject/templates.py Slightly improved the output to the user.

Tim Terlegård tim.terlegard at valentinewebsystems.se
Sun May 4 06:15:03 EDT 2008


Log message for revision 86323:
  Slightly improved the output to the user.
  

Changed:
  U   grokproject/trunk/grokproject/templates.py

-=-
Modified: grokproject/trunk/grokproject/templates.py
===================================================================
--- grokproject/trunk/grokproject/templates.py	2008-05-04 10:08:27 UTC (rev 86322)
+++ grokproject/trunk/grokproject/templates.py	2008-05-04 10:15:03 UTC (rev 86323)
@@ -106,11 +106,11 @@
 
         version = required_grok_version(vars['version_info_file_contents'])
         if not is_grok_installed(target_dir=eggs_dir, version=version):
-            print "Grok is missing.  We will download a tar ball."
+            print "Grok is not installed. A grok tarball will be downloaded."
 
             tarball_name = 'grok-eggs-%s.tgz' % version
             url = GROK_RELEASE_URL + tarball_name
-            print "Attempting download from %s ..." % url
+            print "Downloading %s ..." % url
 
             try:
                 extraction_dir = tempfile.mkdtemp() + '/'



More information about the Checkins mailing list