Mercurial > libervia-pubsub
diff twisted/plugins/pubsub.py @ 426:6f8e1c180c83
added "~/.config/sat" as search patch for config
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 13 Sep 2020 15:52:17 +0200 |
parents | 89736353f6be |
children | 34bd55179e22 |
line wrap: on
line diff
--- a/twisted/plugins/pubsub.py Sun Sep 13 15:51:32 2020 +0200 +++ b/twisted/plugins/pubsub.py Sun Sep 13 15:52:17 2020 +0200 @@ -106,6 +106,7 @@ '/etc/', '/etc/{}/'.format(CONFIG_FILENAME), '~/', '~/.', '.config/', '.config/.', + '.config/{}/'.format(CONFIG_FILENAME), '', '.')] CONFIG_SECTION = 'pubsub'