~facelessuser/beautifulsoup/self-check

« back to all changes in this revision

Viewing changes to bs4/builder/__init__.py

  • Committer: Leonard Richardson
  • Date: 2018-12-24 15:36:00 UTC
  • Revision ID: leonardr@segfault.org-20181224153600-j46p0cg7i9nkpla0
Clarified the software license.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Use of this source code is governed by a BSD-style license that can be
2
 
# found in the LICENSE file.
 
1
# Use of this source code is governed by the MIT license.
 
2
__license__ = "MIT"
3
3
 
4
4
from collections import defaultdict
5
5
import itertools