Commit 35c6927c authored by cclauss's avatar cclauss Committed by Jie Luo

import inspect (#3507)

Inspect is used five times on line 65-74 without being imported.
parent a0e82dbe
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment