Changeset 545

Show
Ignore:
Timestamp:
05/20/03 18:49:13 (6 years ago)
Author:
sholloway
Message:

Added AttributeError? to expected list
Changed KeyError? to the more general LookupError?

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/RBSkinning/RBSkinning/skin/trylist.py

    r519 r545  
    4343 
    4444    ElementFactories = TemplateElementFactorySet 
    45     DefaultCatchlist = (ImportError,NameError,KeyError) 
     45    DefaultCatchlist = (ImportError,NameError,LookupError,AttributeError) 
    4646 
    4747    #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~