aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/PyHamcrest/src/hamcrest/__init__.py
blob: 77ced68d0d0b1f16e68760203e6cec941f0c055a (plain) (blame)
1
2
3
4
5
6
7
8
from __future__ import absolute_import 
from hamcrest.core import * 
from hamcrest.library import * 
 
__version__ = "1.9.0"
__author__ = "Chris Rose" 
__copyright__ = "Copyright 2015 hamcrest.org"
__license__ = "BSD, see License.txt"