summaryrefslogtreecommitdiff
path: root/bs4/dammit.py
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2016-07-16 18:38:14 -0400
committerLeonard Richardson <leonardr@segfault.org>2016-07-16 18:38:14 -0400
commit5892a329d4799adf9c5fe4b2ec36e565359efbb3 (patch)
treeca913ae70c1219b783f96cbe3ead7943ca5b8b90 /bs4/dammit.py
parent31f2fc3daeb2251c972f53ec42f6b8534f461328 (diff)
Removed imports to pdb, since pdb is not available in some environments. [bug=1491700]
Diffstat (limited to 'bs4/dammit.py')
-rw-r--r--bs4/dammit.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bs4/dammit.py b/bs4/dammit.py
index c6c71ff..9b6e356 100644
--- a/bs4/dammit.py
+++ b/bs4/dammit.py
@@ -10,7 +10,6 @@ XML or HTML to reflect a new encoding; that's the tree builder's job.
# found in the LICENSE file.
__license__ = "MIT"
-from pdb import set_trace
import codecs
from htmlentitydefs import codepoint2name
import re