diff options
author | Leonard Richardson <leonardr@segfault.org> | 2012-05-03 10:29:55 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2012-05-03 10:29:55 -0400 |
commit | 0401057f29c9c8e6ee781aa9ca6fd1a395a4b084 (patch) | |
tree | 7efefe13bf03632255b59f6241bad4c660de3e4f /bs4/tests/test_docs.py | |
parent | 32a764727d7ae697945e70a942eab8899bc2f30d (diff) |
Fixed the handling of " with the built-in parser. [bug=993871]
Diffstat (limited to 'bs4/tests/test_docs.py')
-rw-r--r-- | bs4/tests/test_docs.py | 4 |
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 = ( |