summaryrefslogtreecommitdiff
path: root/bs4/tests/test_docs.py
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2012-05-03 10:29:55 -0400
committerLeonard Richardson <leonardr@segfault.org>2012-05-03 10:29:55 -0400
commit0401057f29c9c8e6ee781aa9ca6fd1a395a4b084 (patch)
tree7efefe13bf03632255b59f6241bad4c660de3e4f /bs4/tests/test_docs.py
parent32a764727d7ae697945e70a942eab8899bc2f30d (diff)
Fixed the handling of &quot; with the built-in parser. [bug=993871]
Diffstat (limited to 'bs4/tests/test_docs.py')
-rw-r--r--bs4/tests/test_docs.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bs4/tests/test_docs.py b/bs4/tests/test_docs.py
index b7b427d..5b9f677 100644
--- a/bs4/tests/test_docs.py
+++ b/bs4/tests/test_docs.py
@@ -10,8 +10,8 @@ __all__ = [
import atexit
import doctest
import os
-from pkg_resources import (
- resource_filename, resource_exists, resource_listdir, cleanup_resources)
+#from pkg_resources import (
+# resource_filename, resource_exists, resource_listdir, cleanup_resources)
import unittest
DOCTEST_FLAGS = (