Changeset 4270

Show
Ignore:
Timestamp:
07/10/08 19:41:58 (2 months ago)
Author:
ed
Message:

Removed the bare except, and replaced it with the catch-all version.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/dabo/ui/uiwx/dPdfWindow.py

    r4268 r4270  
    2121    import wx.lib.pdfwin as pdfwin 
    2222    PDFWindow = pdfwin.PDFWindow 
    23 except
     23except StandardError
    2424    ## If there's any exception at all in importing pdfwin, use the dummy. 
    2525    class Dummy(object):