[Zope-Checkins] CVS: Zope/lib/python/App - ApplicationManager.py:1.85

Toby Dickenson tdickenson@geminidataloggers.com
Wed, 13 Nov 2002 05:38:39 -0500


Update of /cvs-repository/Zope/lib/python/App
In directory cvs.zope.org:/tmp/cvs-serv13026/lib/python/App

Modified Files:
	ApplicationManager.py 
Log Message:
Merged remaining changes from toby-clean-shutdown-branch. This resolves the overnight problem where storages were not closed if Zope is shut down using the ZMI, and the long-standing problem where storages were closed too soon when shut down using a signal

=== Zope/lib/python/App/ApplicationManager.py 1.84 => 1.85 ===
--- Zope/lib/python/App/ApplicationManager.py:1.84	Wed Nov 13 05:27:18 2002
+++ Zope/lib/python/App/ApplicationManager.py	Wed Nov 13 05:38:38 2002
@@ -11,8 +11,8 @@
 #
 ##############################################################################
 __doc__="""System management components"""
-__version__='$Revision$'[11:-2]
 
+__version__='$Revision$'[11:-2]
 
 import sys,os,time,Globals, Acquisition, os, Undo
 from Globals import DTMLFile