Skip to content

Commit 35c6927

Browse files
cclaussanandolee
cclauss
authored andcommitted
import inspect (protocolbuffers#3507)
Inspect is used five times on line 65-74 without being imported.
1 parent a0e82db commit 35c6927

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python/stubout.py

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
# This file is used for testing. The original is at:
1818
# http://code.google.com/p/pymox/
1919

20+
import inspect
21+
22+
2023
class StubOutForTesting:
2124
"""Sample Usage:
2225
You want os.path.exists() to always return true during testing.

0 commit comments

Comments
 (0)