|
@@ -47,8 +47,6 @@ class MockMemmgr(memmgr.Memmgr):
|
|
isc.config.ModuleCCSession = MyCCSession
|
|
isc.config.ModuleCCSession = MyCCSession
|
|
try:
|
|
try:
|
|
super()._setup_ccsession()
|
|
super()._setup_ccsession()
|
|
- except Exception:
|
|
|
|
- raise
|
|
|
|
finally:
|
|
finally:
|
|
isc.config.ModuleCCSession = orig_cls
|
|
isc.config.ModuleCCSession = orig_cls
|
|
|
|
|