Changeset 297
- Timestamp:
- 08/12/06 20:09:30 (2 years ago)
- Files:
-
- z3wingdbg/trunk/wingdebugservice.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
z3wingdbg/trunk/wingdebugservice.py
r292 r297 39 39 if not serverconfig: 40 40 raise DebugServerStartError( 41 _(u'debugserver-config-not-found' 41 _(u'debugserver-config-not-found', 42 42 u'Could not find any configuration for the ${serverType} ' 43 43 u'debug server', dict(serverType=config.serverType))) … … 48 48 if not serverFactory: 49 49 raise DebugServerStartError( 50 _(u'debugserver-factory-not-found' 50 _(u'debugserver-factory-not-found', 51 51 u'Could not find a factory for the ${serverType} ' 52 52 u'debug server', dict(serverType=config.serverType)))
