Functions | |
| def | __ensure_folder_exists (path) |
Variables | |
| DEFAULT_CONFIG = join(dirname(__file__), 'mycroft.conf') | |
| string | REMOTE_CONFIG = "mycroft.ai" |
| SYSTEM_CONFIG | |
| USER_CONFIG = join(expanduser('~'), '.mycroft/mycroft.conf') | |
| WEB_CONFIG_CACHE | |
|
private |
Make sure the directory for the specified path exists.
Arguments:
path (str): path to config file
Definition at line 26 of file locations.py.
| mycroft.configuration.locations.DEFAULT_CONFIG = join(dirname(__file__), 'mycroft.conf') |
Definition at line 17 of file locations.py.
| string mycroft.configuration.locations.REMOTE_CONFIG = "mycroft.ai" |
Definition at line 21 of file locations.py.
| mycroft.configuration.locations.SYSTEM_CONFIG |
Definition at line 18 of file locations.py.
| mycroft.configuration.locations.USER_CONFIG = join(expanduser('~'), '.mycroft/mycroft.conf') |
Definition at line 20 of file locations.py.
| mycroft.configuration.locations.WEB_CONFIG_CACHE |
Definition at line 22 of file locations.py.