(self)
| 259 | open(os.path.join(dirpath, 'authz.json'), "w").write(content) |
| 260 | |
| 261 | def path_store_json(self): |
| 262 | return os.path.join(self._store_dir, 'md_store.json') |
| 263 | |
| 264 | def path_account(self, acct): |
| 265 | return os.path.join(self._store_dir, 'accounts', acct, 'account.json') |