summaryrefslogtreecommitdiffstats
path: root/Lib/pdb.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/pdb.py')
-rwxr-xr-xLib/pdb.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/pdb.py b/Lib/pdb.py
index 7d84e3c..97a4975 100755
--- a/Lib/pdb.py
+++ b/Lib/pdb.py
@@ -903,7 +903,6 @@ mainpyfile = ''
# When invoked as main program, invoke the debugger on a script
if __name__=='__main__':
- global mainmodule, mainpyfile
if not sys.argv[1:]:
print "usage: pdb.py scriptfile [arg] ..."
sys.exit(2)