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.
1 parent 7fcafec commit 78ae809Copy full SHA for 78ae809
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