[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/Sessions/SessionDataManager.py typo

Andreas Jung andreas at andreas-jung.com
Sun Aug 12 06:08:56 EDT 2007


Log message for revision 78757:
  typo
  

Changed:
  U   Zope/trunk/lib/python/Products/Sessions/SessionDataManager.py

-=-
Modified: Zope/trunk/lib/python/Products/Sessions/SessionDataManager.py
===================================================================
--- Zope/trunk/lib/python/Products/Sessions/SessionDataManager.py	2007-08-12 09:55:10 UTC (rev 78756)
+++ Zope/trunk/lib/python/Products/Sessions/SessionDataManager.py	2007-08-12 10:08:56 UTC (rev 78757)
@@ -15,7 +15,7 @@
 from logging import getLogger
 import Globals
 from OFS.SimpleItem import Item
-/bin/bash: line 1: /tmp/yy: No such file or directory
+from ZODB.POSException import ConflictError
 from Acquisition import Implicit, Explicit, aq_base
 from Persistence import Persistent
 from AccessControl.Owned import Owned



More information about the Zope-Checkins mailing list