Mercurial > hgrepos > Python > libs > ConfigMix
changeset 755:04c5a3a36499
WS
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 30 Nov 2023 21:11:47 +0100 |
| parents | c431160e3c48 |
| children | cabd1046d95f |
| files | tests/test.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test.py Wed Nov 01 07:26:19 2023 +0100 +++ b/tests/test.py Thu Nov 30 21:11:47 2023 +0100 @@ -49,7 +49,7 @@ cfg[u(name)] return _f - # Variables with leading underscores are *not* imported by default + # Variables with leading underscores are *not* imported by default self.assertRaises(KeyError, _c("__comment1")) self.assertRaises(KeyError, _c("__comment2"))
