Changeset 1630
- Timestamp:
- 03/06/07 10:58:25
- Files:
-
- tags/cherrypy-3.0.1/cherrypy/_cptools.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tags/cherrypy-3.0.1/cherrypy/_cptools.py
r1621 r1630 58 58 # in co_code attribute. 59 59 except NotImplementedError: 60 pass 61 # IronPython 1B1 may raise that error in some cases 62 # but if we trap it here it doesn't prevent CP from 63 # working 64 except IndexError: 60 65 pass 61 66

