1
0
Fork 0
powerline/tests/modules/matchers.py
Daniel Baumann 52d7687863
Adding upstream version 2.8.4.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 14:32:14 +02:00

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