source: WAeUP_SRP/trunk/patches/PatchFasterSessionData.py @ 6790

Last change on this file since 6790 was 3673, checked in by jens, 16 years ago
  • unclutter package by moving all patch files into a dedicated subfolder and importing it.
  • 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.