6 lines
161 B
Python
6 lines
161 B
Python
# vim:fileencoding=utf-8:noet
|
|
from __future__ import (unicode_literals, division, absolute_import, print_function)
|
|
|
|
|
|
def always_true(matcher_info):
|
|
return True
|