Found another removal_version=? that should be removal_version=2.0

Change-Id: I515f36dfea037929231ca8c591c870ebfe895344
This commit is contained in:
Joshua Harlow
2015-07-14 15:38:32 -07:00
parent 9f846d0475
commit 38a4b21f5f

View File

@@ -28,4 +28,4 @@ removals.removed_module(__name__,
# TODO(harlowja): remove this proxy/legacy class soon...
SingleThreadedConductor = moves.moved_class(
impl_blocking.BlockingConductor, 'SingleThreadedConductor',
__name__, version="0.8", removal_version="?")
__name__, version="0.8", removal_version="2.0")