aboutsummaryrefslogtreecommitdiff
path: root/python/stubout.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/stubout.py')
-rwxr-xr-xpython/stubout.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/stubout.py b/python/stubout.py
index aee4f2da..ba391045 100755
--- a/python/stubout.py
+++ b/python/stubout.py
@@ -17,6 +17,9 @@
# This file is used for testing. The original is at:
# http://code.google.com/p/pymox/
+import inspect
+
+
class StubOutForTesting:
"""Sample Usage:
You want os.path.exists() to always return true during testing.