Mercurial > hgrepos > Python > libs > ConfigMix
diff configmix/constants.py @ 357:dd454e1efea4
Use constants for the names of the "None" and "Empty" filters
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 24 Jun 2021 21:20:37 +0200 |
| parents | f529ca46dd50 |
| children | 8ce46c9e70ab |
line wrap: on
line diff
--- a/configmix/constants.py Thu Jun 24 20:52:21 2021 +0200 +++ b/configmix/constants.py Thu Jun 24 21:20:37 2021 +0200 @@ -36,3 +36,9 @@ `references` """ + +NONE_FILTER = u("None") +"""The public name of the special `None` filter""" + +EMPTY_FILTER = u("Empty") +"""The public name of the special `None` filter"""
