[Erp5-report] r45787 luke - /erp5/trunk/utils/slapos.recipe.erp5/src/slapos/recipe/erp5/

nobody at svn.erp5.org nobody at svn.erp5.org
Tue May 3 14:27:17 CEST 2011


Author: luke
Date: Tue May  3 14:27:16 2011
New Revision: 45787

URL: http://svn.erp5.org?rev=45787&view=rev
Log:
Formatting.

Modified:
    erp5/trunk/utils/slapos.recipe.erp5/src/slapos/recipe/erp5/__init__.py

Modified: erp5/trunk/utils/slapos.recipe.erp5/src/slapos/recipe/erp5/__init__.py
URL: http://svn.erp5.org/erp5/trunk/utils/slapos.recipe.erp5/src/slapos/recipe/erp5/__init__.py?rev=45787&r1=45786&r2=45787&view=diff
==============================================================================
--- erp5/trunk/utils/slapos.recipe.erp5/src/slapos/recipe/erp5/__init__.py [utf8] (original)
+++ erp5/trunk/utils/slapos.recipe.erp5/src/slapos/recipe/erp5/__init__.py [utf8] Tue May  3 14:27:16 2011
@@ -567,11 +567,13 @@ class Recipe(BaseSlapRecipe):
       known_tid_storage_identifier_dict[k] = (v[0], destination, v[1])
     self.createConfigurationFile('tidstorage.py', self.substituteTemplate(
       self.getTemplateFilename('tidstorage.py.in'), dict(
-        known_tid_storage_identifier_dict=pprint.pformat(known_tid_storage_identifier_dict),
+        known_tid_storage_identifier_dict=pprint.pformat(
+          known_tid_storage_identifier_dict),
         base_url='s/%%' % access_url,
         host=ip,
         port=port,
-        timestamp_file_path=os.path.join(self.log_directory, 'repozo_tidstorage_timestamp.log'),
+        timestamp_file_path=os.path.join(self.log_directory,
+          'repozo_tidstorage_timestamp.log'),
       )))
     raise NotImplementedError
 



More information about the Erp5-report mailing list