We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 331f2b1 + 78ae809 commit 31e4e22Copy full SHA for 31e4e22
setup/bitpay_setup.py
src/bitpay/bitpay_setup.py
@@ -4,8 +4,8 @@
4
5
import requests
6
7
-from bitpay.utils.key_utils import *
8
-from bitpay.exceptions.bitpay_exception import BitPayException
+from utils.key_utils import *
+from exceptions.bitpay_exception import BitPayException
9
10
# Will be set to Test otherwise
11
private_key_name = "private_key.pem" # Add here the name for your Private key
0 commit comments