diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2011-02-27 16:51:56 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2011-02-27 16:51:56 -0500 |
commit | dc682f38b36294d9b102aed3be506d46f8d37b59 (patch) | |
tree | 6f0d20e8440240ffe4b88dc2a48893431dc81240 /tests/test_builder_registry.py | |
parent | d9f49a66e4a7dfd93823f2396796ed6c55f69648 (diff) |
Renamed the beautifulsoup module to bs4 to save typing.
Diffstat (limited to 'tests/test_builder_registry.py')
-rw-r--r-- | tests/test_builder_registry.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_builder_registry.py b/tests/test_builder_registry.py index 17e3fb1..ee5b2da 100644 --- a/tests/test_builder_registry.py +++ b/tests/test_builder_registry.py @@ -2,8 +2,8 @@ import unittest -from beautifulsoup import BeautifulSoup -from beautifulsoup.builder import ( +from bs4 import BeautifulSoup +from bs4.builder import ( builder_registry as registry, LXMLTreeBuilderForXML, LXMLTreeBuilder, |