summaryrefslogtreecommitdiff
path: root/oslotest/moxstubout.py
diff options
context:
space:
mode:
Diffstat (limited to 'oslotest/moxstubout.py')
-rw-r--r--oslotest/moxstubout.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/oslotest/moxstubout.py b/oslotest/moxstubout.py
index ab4547b..00436fd 100644
--- a/oslotest/moxstubout.py
+++ b/oslotest/moxstubout.py
@@ -15,10 +15,12 @@
# License for the specific language governing permissions and limitations
# under the License.
+from debtcollector import removals
import fixtures
from mox3 import mox
+@removals.removed_class('MoxStubout', version='3.5.0')
class MoxStubout(fixtures.Fixture):
"""Deal with code around mox and stubout as a fixture."""