__default_key_path -> __default_key_dir

pull/189/head
tuxxy 2018-04-04 16:43:52 -06:00
parent 1b7eb2ecfe
commit 8edcb24aff
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ class KMSConfig:
_default_config_path = None
__root_name = '.nucypher'
__default_key_path = os.path.join('~', __root_name, 'keys') # TODO: Change by actor
__default_key_dir = os.path.join('~', __root_name, 'keys') # TODO: Change by actor
class KMSConfigrationError(Exception):
pass