Skip to content

Commit ed837ac

Browse files
committed
Fix error on Startup when the DefaultConfig is not yet initialized
1 parent 28de9fa commit ed837ac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## 1.0.0a7 (unreleased)
55

66

7-
- Nothing changed yet.
7+
- Fix error on Startup when the DefaultConfig is not yet initialized
88

99

1010
## 1.0.0a6 (2025-05-21)

src/collective/pdbpp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from AccessControl import Unauthorized
44
from BTrees.IOBTree import IOBTree
55
from pdb import Pdb # type: ignore
6-
from pdb import DefaultConfig
6+
from pdbpp import DefaultConfig
77
from plone import api
88
from plone.browserlayer.utils import registered_layers
99
from Products.Five import BrowserView

0 commit comments

Comments
 (0)