summaryrefslogtreecommitdiff
path: root/stubout.py
diff options
context:
space:
mode:
Diffstat (limited to 'stubout.py')
-rw-r--r--stubout.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/stubout.py b/stubout.py
index 7175b52..d03c955 100644
--- a/stubout.py
+++ b/stubout.py
@@ -18,7 +18,7 @@
import inspect
-class StubOutForTesting:
+class StubOutForTesting(object):
"""Sample Usage:
You want os.path.exists() to always return true during testing.