experiment/_DummyTimeManager: add missing enter_parallel

pull/231/head
Sebastien Bourdeauducq 2014-06-10 15:15:35 +02:00
parent 9e8077b873
commit b0006e933a
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ class _DummyTimeManager:
raise NotImplementedError("Attempted to interpret kernel without a time manager")
enter_sequential = _not_implemented
enter_parallel = _not_implemented
exit = _not_implemented
take_time = _not_implemented
get_time = _not_implemented