Changeset 291
- Timestamp:
- 08/11/06 15:16:01 (2 years ago)
- Files:
-
- z3wingdbg/trunk/wingdebugservice.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
z3wingdbg/trunk/wingdebugservice.py
r289 r291 122 122 """Start the Wing Debug Server at startup if so configured""" 123 123 # Open a context 124 import pdb; pdb.set_trace()125 124 database = component.getUtility(IDatabase) 126 125 connection = database.open()
