mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
fix imports
This commit is contained in:
parent
c86140a608
commit
8a15581d8e
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ import re
|
|||
import hmac
|
||||
import os
|
||||
|
||||
from lib.util import bfh, bh2u, to_string
|
||||
from .util import bfh, bh2u, to_string
|
||||
from . import version
|
||||
from .util import print_error, InvalidPassword, assert_bytes, to_bytes
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ import traceback
|
|||
|
||||
import requests
|
||||
|
||||
from lib import print_error
|
||||
from .util import print_error
|
||||
|
||||
ca_path = requests.certs.where()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue