This commit is contained in:
Alexey Karyabkin 2018-06-20 20:59:51 +04:00
parent bf088a0cf0
commit be330cc231

View File

@ -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'))