aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/pdb.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/pdb.py')
-rw-r--r--[-rwxr-xr-x]Lib/pdb.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/pdb.py b/Lib/pdb.py
index 0f791d71950..ba84a29aa2f 100755..100644
--- a/Lib/pdb.py
+++ b/Lib/pdb.py
@@ -1,5 +1,3 @@
-#! /usr/bin/env python3
-
"""
The Python Debugger Pdb
=======================