summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xLib/pdb.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/pdb.py b/Lib/pdb.py
index f415e40..fd8835b 100755
--- a/Lib/pdb.py
+++ b/Lib/pdb.py
@@ -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):