Changeset 1629
- Timestamp:
- 03/06/07 07:47:25
- Files:
-
- trunk/cherrypy/_cptools.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/_cptools.py
r1627 r1629 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

