[Checkins] SVN: Sandbox/philikon/zopeproject/trunk/zopeproject/templates.py Duh. Forgot to add # for comment on a new line

Philipp von Weitershausen philikon at philikon.de
Sat Sep 15 11:11:50 EDT 2007


Log message for revision 79675:
  Duh. Forgot to add # for comment on a new line
  

Changed:
  U   Sandbox/philikon/zopeproject/trunk/zopeproject/templates.py

-=-
Modified: Sandbox/philikon/zopeproject/trunk/zopeproject/templates.py
===================================================================
--- Sandbox/philikon/zopeproject/trunk/zopeproject/templates.py	2007-09-15 13:36:53 UTC (rev 79674)
+++ Sandbox/philikon/zopeproject/trunk/zopeproject/templates.py	2007-09-15 15:11:50 UTC (rev 79675)
@@ -41,7 +41,7 @@
         if input == buildout_default:
             vars['eggs_dir'] = ('# eggs will be installed in the default '
                                 'buildout location\n'
-                                '(see ~/.buildout/default.cfg)')
+                                '# (see ~/.buildout/default.cfg)')
         else:
             vars['eggs_dir'] = 'eggs-directory = %s' % input
         return vars



More information about the Checkins mailing list