match: handle everything-matching using new alwaysmatcher
Having a special matcher that always matches seems to make more sense
than making one of the other matchers handle the case. For now, we
just use this new matcher when no patterns were provided.
from __future__ import absolute_importimport pkgutil__path__ = pkgutil.extend_path(__path__, __name__)