uses h5config to automatically detect and load the following config
file::
- $ cat ~/.pypiezorc.yaml
+ $ cat ~/.config/pypiezo.yaml
log-level: debug
matplotlib: no
def _base_paths(self):
user_basepath = _os_path.join(
- _os_path.expanduser('~'), '.{}rc'.format(self._package_name))
+ _os_path.expanduser('~'), '.config', self._package_name)
system_basepath = _os_path.join('/etc', self._package_name, 'config')
distributed_basepath = _os_path.join(
'/usr', 'share', self._package_name, 'config')