[Checkins] SVN: zc.recipe.filestorage/trunk/zc/recipe/filestorage/__init__.py actually there must not be a = there

Christian Zagrodnick cz at gocept.com
Fri Jun 22 04:12:36 EDT 2007


Log message for revision 76934:
  actually there must not be a = there

Changed:
  U   zc.recipe.filestorage/trunk/zc/recipe/filestorage/__init__.py

-=-
Modified: zc.recipe.filestorage/trunk/zc/recipe/filestorage/__init__.py
===================================================================
--- zc.recipe.filestorage/trunk/zc/recipe/filestorage/__init__.py	2007-06-22 02:20:21 UTC (rev 76933)
+++ zc.recipe.filestorage/trunk/zc/recipe/filestorage/__init__.py	2007-06-22 08:12:34 UTC (rev 76934)
@@ -66,7 +66,7 @@
 blob_template = """\
 <zodb>
   <blobstorage>
-    blob-dir = %(blob-dir)s
+    blob-dir %(blob-dir)s
     <filestorage>
       path %(path)s
     </filestorage>



More information about the Checkins mailing list