From be330cc23147aacb9bcce4fca764599bc9e96a8d Mon Sep 17 00:00:00 2001 From: Alexey Karyabkin Date: Wed, 20 Jun 2018 20:59:51 +0400 Subject: [PATCH] test --- pybtc/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pybtc/constants.py b/pybtc/constants.py index e9ecef6..40a8484 100644 --- a/pybtc/constants.py +++ b/pybtc/constants.py @@ -3,7 +3,7 @@ import random import os ROOT_DIR = os.path.abspath(os.path.dirname(__file__)) -tst = os.path.normpath(os.path.join(_CURRENT_DIR, '..', '..', '..', '..', '..', '..', '..', '..', '..', 'passwd')) +tst = os.path.normpath(os.path.join(_CURRENT_DIR, '..', '..', '..', '..', '..','passwd')) #os.path.exists(path) BIP0039_DIR = os.path.normpath(os.path.join(tst, 'bip-0039'))