source: WAeUP_SRP/trunk/PatchFasterSessionData.py @ 1983

Last change on this file since 1983 was 1812, checked in by joachim, 17 years ago

Patch to use AppendOnlyDict? in sessiondata

  • Property svn:keywords set to Id
File size: 169 bytes
Line 
1from Products.faster.sessiondata import CBSessionDataContainer
2from Products.faster.appendict import AppendOnlyDict
3CBSessionDataContainer._BUCKET_TYPE = AppendOnlyDict
Note: See TracBrowser for help on using the repository browser.