[Erp5-report] r45563 gabriel - /erp5/trunk/utils/cloudooo.handler.ooo/src/cloudooo/handler/...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Apr 18 23:35:55 CEST 2011


Author: gabriel
Date: Mon Apr 18 23:35:55 2011
New Revision: 45563

URL: http://svn.erp5.org?rev=45563&view=rev
Log:
update key according to r45562

Modified:
    erp5/trunk/utils/cloudooo.handler.ooo/src/cloudooo/handler/ooo/handler.py

Modified: erp5/trunk/utils/cloudooo.handler.ooo/src/cloudooo/handler/ooo/handler.py
URL: http://svn.erp5.org/erp5/trunk/utils/cloudooo.handler.ooo/src/cloudooo/handler/ooo/handler.py?rev=45563&r1=45562&r2=45563&view=diff
==============================================================================
--- erp5/trunk/utils/cloudooo.handler.ooo/src/cloudooo/handler/ooo/handler.py [utf8] (original)
+++ erp5/trunk/utils/cloudooo.handler.ooo/src/cloudooo/handler/ooo/handler.py [utf8] Mon Apr 18 23:35:55 2011
@@ -232,7 +232,7 @@ def bootstrapHandler(configuration_dict)
   working_path = configuration_dict.get('working_path')
   application_hostname = configuration_dict.get('application_hostname')
   openoffice_port = int(configuration_dict.get('openoffice_port'))
-  environment_dict = configuration_dict['environment_dict']
+  environment_dict = configuration_dict['env']
   # Loading Configuration to start OOo Instance and control it
   openoffice.loadSettings(application_hostname,
                           openoffice_port,



More information about the Erp5-report mailing list