aboutsummaryrefslogtreecommitdiffstats
path: root/test/mock.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/mock.py')
-rw-r--r--test/mock.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/mock.py b/test/mock.py
index 58e8a87..c31bdf2 100644
--- a/test/mock.py
+++ b/test/mock.py
@@ -359,6 +359,8 @@ _deleted = sentinel.DELETED
class OldStyleClass:
pass
+
+
ClassType = type(OldStyleClass)