fix a couple of issues wrt to configuring move/mvbox behaviour in tests

This commit is contained in:
holger krekel
2020-02-26 14:15:28 +01:00
parent 79f5e736b0
commit fb33c31378
5 changed files with 24 additions and 25 deletions

View File

@@ -58,7 +58,6 @@ class Account(object):
atexit.register(self.shutdown)
self._shutdown_event = Event()
@hookspec.account_hookimpl
def process_ffi_event(self, ffi_event):
name = ffi_event.name

View File

@@ -68,4 +68,3 @@ class Global:
@global_hookspec
def account_after_shutdown(self, account, dc_context):
""" Called after the account has been shutdown. """