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.
12345678 |
- 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"
|