[Checkins] SVN: z3c.recipe.filetemplate/branches/gary-support-system-python/z3c/recipe/filetemplate/__init__.py Some small formatting issues from flacoste review

Gary Poster gary.poster at canonical.com
Mon Jul 13 22:06:56 EDT 2009


Log message for revision 101880:
  Some small formatting issues from flacoste review

Changed:
  U   z3c.recipe.filetemplate/branches/gary-support-system-python/z3c/recipe/filetemplate/__init__.py

-=-
Modified: z3c.recipe.filetemplate/branches/gary-support-system-python/z3c/recipe/filetemplate/__init__.py
===================================================================
--- z3c.recipe.filetemplate/branches/gary-support-system-python/z3c/recipe/filetemplate/__init__.py	2009-07-14 01:24:48 UTC (rev 101879)
+++ z3c.recipe.filetemplate/branches/gary-support-system-python/z3c/recipe/filetemplate/__init__.py	2009-07-14 02:06:56 UTC (rev 101880)
@@ -202,7 +202,7 @@
                 'Destinations already exist: %s. Please make sure that '
                 'you really want to generate these automatically.  Then '
                 'move them away.', ', '.join(already_exists))
-        seen = [] # we throw this away right now, but could move template
+        seen = [] # We throw this away right now, but could move template
         # processing up to __init__ if valuable.  That would mean that templates
         # would be rewritten even if a value in another section had been
         # referenced; however, it would also mean that __init__ would do
@@ -300,4 +300,4 @@
             raise ValueError('Unrecognized named group in pattern',
                              self.pattern) # programmer error, AFAICT
         return self.pattern.sub(convert, self.template)
-    
+



More information about the Checkins mailing list