import inspect (#3507)
Inspect is used five times on line 65-74 without being imported.
This commit is contained in:
parent
a0e82dbe56
commit
35c6927cc1
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user