Show
Ignore:
Timestamp:
07/14/08 21:39:03 (5 months ago)
Author:
athomas
Message:

Delegated all attribute casting to cast_attribute(), including transformation
to callbacks and interpretation of EVAL_NS.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cly/trunk/cly/exceptions.py

    r575 r576  
    1515__all__ = ['Error', 'InvalidHelp', 'InvalidNodePath', 'InvalidAnonymousNode', 
    1616           'ParseError', 'UnexpectedEOL', 'InvalidToken', 'ValidationError', 
    17            'XMLParseError', 'EvaluationError'
     17           'XMLParseError'
    1818__docformat__ = 'restructuredtext en' 
    1919