Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 105187 | Differences between
and this patch

Collapse All | Expand All

(-)BTreeFolder2.orig/CHANGES.txt (+4 lines)
Lines 1-3 Link Here
1
Version 1.0.2
2
3
  - Made CMFBTreeFolder compatible with CMF 1.5+
4
1
Version 1.0.1
5
Version 1.0.1
2
6
3
  - ConflictError was swallowed by _delObject. This could break code
7
  - ConflictError was swallowed by _delObject. This could break code
(-)BTreeFolder2.orig/CMFBTreeFolder.py (-2 / +5 lines)
Lines 13-24 Link Here
13
##############################################################################
13
##############################################################################
14
"""CMFBTreeFolder
14
"""CMFBTreeFolder
15
15
16
$Id: CMFBTreeFolder.py,v 1.2 2002/10/30 14:54:18 shane Exp $
16
$Id: CMFBTreeFolder.py,v 1.3 2005/06/20 18:10:08 tiran Exp $
17
"""
17
"""
18
18
19
import Globals
19
import Globals
20
from BTreeFolder2 import BTreeFolder2Base
20
from BTreeFolder2 import BTreeFolder2Base
21
from Products.CMFCore.PortalFolder import PortalFolder
21
try:
22
    from Products.CMFCore.PortalFolder import PortalFolderBase as PortalFolder
23
except ImportError:
24
    from Products.CMFCore.PortalFolder import PortalFolder
22
import Products.CMFCore.PortalFolder
25
import Products.CMFCore.PortalFolder
23
26
24
27
(-)BTreeFolder2.orig/version.txt (-1 / +1 lines)
Line 1 Link Here
1
BTreeFolder2-1.0.1
1
BTreeFolder2-1.0.2

Return to bug 105187