Co-Authored-By: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
Jorik Schellekens 2019-08-28 09:59:50 +01:00 committed by GitHub
parent 6e92cf4780
commit 48c26d24f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@
from ._base import ConfigError, find_config_files, read_config_files
# export ConfigError, find_cofig_files, read_config_files if somebody does
# export ConfigError, find_config_files, read_config_files if somebody does
# import *
# this is largely a fudge to stop PEP8 moaning about the import
__all__ = ["ConfigError", "find_config_files", "read_config_files"]

2
synctl
View file

@ -137,7 +137,7 @@ def main():
"configfile",
nargs="?",
default="homeserver.yaml",
help="the homeserver config file, defaults to homeserver.yaml, may also specify"
help="the homeserver config file. Defaults to homeserver.yaml. May also be"
" a directory with *.yaml files",
)
parser.add_argument(