You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

__init__.py 254B

12345678
  1. from __future__ import absolute_import
  2. """Utilities for integrating Hamcrest with other libraries."""
  3. from .match_equality import match_equality
  4. __author__ = "Jon Reid"
  5. __copyright__ = "Copyright 2011 hamcrest.org"
  6. __license__ = "BSD, see License.txt"