changeset 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 968091cea547
children f6f4f99f1a1b
files twisted/plugins/pubsub.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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'