[Zope-Checkins]
SVN: Zope/trunk/lib/python/Products/Transience/Transience.py
fixed missing import
Andreas Jung
andreas at andreas-jung.com
Thu May 13 13:22:55 EDT 2004
Log message for revision 24630:
fixed missing import
-=-
Modified: Zope/trunk/lib/python/Products/Transience/Transience.py
===================================================================
--- Zope/trunk/lib/python/Products/Transience/Transience.py 2004-05-13 16:07:31 UTC (rev 24629)
+++ Zope/trunk/lib/python/Products/Transience/Transience.py 2004-05-13 17:22:55 UTC (rev 24630)
@@ -48,7 +48,7 @@
_marker = []
DEBUG = os.environ.get('Z_TOC_DEBUG', '')
-LOG = getLogger('Zope.Transience')
+LOG = logging.getLogger('Zope.Transience')
class MaxTransientObjectsExceeded(Exception): pass
More information about the Zope-Checkins
mailing list