~facelessuser/beautifulsoup/self-check

« back to all changes in this revision

Viewing changes to bs4/testing.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
1
# encoding: utf-8
2
2
"""Helper classes for tests."""
3
3
 
4
 
# Use of this source code is governed by a BSD-style license that can be
5
 
# found in the LICENSE file.
 
4
# Use of this source code is governed by the MIT license.
6
5
__license__ = "MIT"
7
6
 
8
7
import pickle