mirror of
https://github.com/powerline/powerline.git
synced 2025-07-31 01:35:40 +02:00
7 lines
161 B
Python
7 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
|