Kaydet (Commit) b37954f9 authored tarafından Guido van Rossum's avatar Guido van Rossum

Added missing "import os" to pdb.help()

üst e61fa0a1
......@@ -315,6 +315,7 @@ def test():
# print help
def help():
import os
for dirname in sys.path:
fullname = os.path.join(dirname, 'pdb.doc')
if os.path.exists(fullname):
......
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