We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9faba3a commit 8f7f025Copy full SHA for 8f7f025
bpython/config.py
@@ -305,7 +305,7 @@ def get_key_no_doublebind(command):
305
def load_theme(struct, path, colors, default_colors):
306
theme = ConfigParser()
307
with open(path) as f:
308
- theme.readfp(f)
+ theme.read_file(f)
309
for k, v in chain(theme.items("syntax"), theme.items("interface")):
310
if theme.has_option("syntax", k):
311
colors[k] = theme.get("syntax", k)
0 commit comments