Merge "Retain the existence of a 'EngineBase' until 0.7 or later"

This commit is contained in:
Jenkins
2014-12-13 07:32:40 +00:00
committed by Gerrit Code Review

View File

@@ -113,3 +113,10 @@ class Engine(object):
not currently be preempted) and move the engine into a suspend state
which can then later be resumed from.
"""
# TODO(harlowja): remove in 0.7 or later...
EngineBase = deprecation.moved_inheritable_class(Engine,
'EngineBase', __name__,
version="0.6",
removal_version="?")