ansible-later/env_27/lib/python2.7/site-packages/pathspec/patterns/__init__.py

9 lines
184 B
Python
Raw Normal View History

# encoding: utf-8
"""
The *pathspec.patterns* package contains the pattern matching
implementations.
"""
# Load pattern implementations.
from .gitwildmatch import GitWildMatchPattern