Changeset 346

Show
Ignore:
Timestamp:
09/01/06 14:31:07 (5 years ago)
Author:
mj
Message:

Also catch import errors for the debuggerFactory

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • z3wingdbg/trunk/wingdebugservice.py

    r344 r346  
    5656        try: 
    5757            self.debugger = debuggerFactory(config) 
    58         except ValueError: 
     58        except (ValueError, ImportError): 
    5959            raise DebugServerStartError(_( 
    6060                u'winghome-incorrect',