blob: cc1e1321635945b28c263e906ba17695baabecd4 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
from __future__ import absolute_import
"""Utilities for integrating Hamcrest with other libraries."""
from .match_equality import match_equality
__author__ = "Jon Reid"
__copyright__ = "Copyright 2011 hamcrest.org"
__license__ = "BSD, see License.txt"
|