list fully supported and autopep8
[rainbowstream.git] / rainbowstream / config.py
index e75ec6727ac00bc9716eb3da9088c5095c4e0cef..b17a0e2f46734a9a91cb28c2d1d580bffcfe2de1 100644 (file)
@@ -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]