Doc changes

This commit is contained in:
Manuel Ebert 2014-08-04 17:21:18 +02:00
parent 84d886d0ef
commit 0a28a9807b
2 changed files with 6 additions and 1 deletions

View file

@ -103,7 +103,6 @@ def yesno(prompt, default=True):
def load_config(config_path):
"""Tries to load a config file from YAML.
If that fails, fall back to JSON.
"""
with open(config_path) as f:
config = yaml.load(f)