Revision 3a93eebb
b/lib/config.py | ||
---|---|---|
126 | 126 |
|
127 | 127 |
|
128 | 128 |
def _MatchNameComponentIgnoreCase(short_name, names): |
129 |
"""Wrapper around L{utils.MatchNameComponent}. |
|
129 |
"""Wrapper around L{utils.text.MatchNameComponent}.
|
|
130 | 130 |
|
131 | 131 |
""" |
132 | 132 |
return utils.MatchNameComponent(short_name, names, case_sensitive=False) |
Also available in: Unified diff