Show
Ignore:
Timestamp:
07/05/08 01:43:11 (5 months ago)
Author:
thijs
Message:

reverting previous commit

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pyamf/trunk/pyamf/amf0.py

    r1479 r1480  
    516516            except (KeyboardInterrupt, SystemExit): 
    517517                raise 
     518            except pyamf.EncodeError: 
     519                raise 
    518520            except: 
    519521                raise pyamf.EncodeError, "Unable to encode '%r'" % data