Ignore:
Timestamp:
10/11/2011 05:35:34 PM (7 months ago)
Author:
Dan Connolly <dconnolly@…>
Branch:
recap
Message:

toward right-side-out capabilities: medcenter.py tests pass

File:
1 edited

Legend:

Unmodified
Added
Removed
  • heron_wsgi/admin_lib/sealing.py

    r417 r418  
    5050      Traceback (most recent call last): 
    5151      ... 
    52       UnsealingException 
     52      TypeError 
    5353 
    5454    ''' 
     
    7676        shared[0] = noObject 
    7777        box.shareContent() 
    78         if (shared[0] is noObject): raise UnsealingException 
     78        if (shared[0] is noObject): raise TypeError 
    7979        contents = shared[0] 
    8080        shared[0] = noObject 
     
    8787    return (sealer, unsealer) 
    8888 
    89  
    90 class UnsealingException(Exception): 
    91     pass 
    9289 
    9390class EDef: 
Note: See TracChangeset for help on using the changeset viewer.