X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=rainbowstream%2Fconfig.py;h=b17a0e2f46734a9a91cb28c2d1d580bffcfe2de1;hp=e75ec6727ac00bc9716eb3da9088c5095c4e0cef;hb=422dd3858dacc83de5e9d053140341b62a44012b;hpb=1c8a5082c78a425b81185ca26067445b3b28b484 diff --git a/rainbowstream/config.py b/rainbowstream/config.py index e75ec67..b17a0e2 100644 --- a/rainbowstream/config.py +++ b/rainbowstream/config.py @@ -38,7 +38,8 @@ try: if len(lines) > 1: raise Exception('More than 1 default theme') theme_name = lines[0].strip() - default_config = os.path.dirname(__file__)+'/colorset/'+theme_name+'.json' + default_config = os.path.dirname( + __file__) + '/colorset/' + theme_name + '.json' data = load_config(default_config) for d in data: c[d] = data[d]