diff options
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 = ( |