forked from M-Labs/artiq
1
0
Fork 0

experiment/_DummyTimeManager: add missing enter_parallel

This commit is contained in:
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