Changeset 418:1c54f87016fb in raven-j for heron_wsgi/admin_lib/sealing.py
- Timestamp:
- 10/11/2011 05:35:34 PM (7 months ago)
- Branch:
- recap
- File:
-
- 1 edited
-
heron_wsgi/admin_lib/sealing.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
heron_wsgi/admin_lib/sealing.py
r417 r418 50 50 Traceback (most recent call last): 51 51 ... 52 UnsealingException52 TypeError 53 53 54 54 ''' … … 76 76 shared[0] = noObject 77 77 box.shareContent() 78 if (shared[0] is noObject): raise UnsealingException78 if (shared[0] is noObject): raise TypeError 79 79 contents = shared[0] 80 80 shared[0] = noObject … … 87 87 return (sealer, unsealer) 88 88 89 90 class UnsealingException(Exception):91 pass92 89 93 90 class EDef:
Note: See TracChangeset
for help on using the changeset viewer.
