Skip to content

Commit 44cedce

Browse files
committed
- Fixed import issue with test_local_methods.py
1 parent cb4898a commit 44cedce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_local_methods.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
from cryptography.hazmat.backends import default_backend
2222

2323
from assets import POLICY_CLOUD1, POLICY_TPP1, EXAMPLE_CSR, EXAMPLE_CHAIN
24-
from pem import parse_pem, Certificate
2524
from vcert import CloudConnection, KeyType, TPPConnection, CertificateRequest, ZoneConfig, CertField, FakeConnection, \
2625
logger
26+
from vcert.pem import parse_pem, Certificate
2727

2828
pkcs12_enc_cert = """-----BEGIN CERTIFICATE-----
2929
MIICljCCAX6gAwIBAgIRAO8Qp6LUsgVDQrxHXX1LUV4wDQYJKoZIhvcNAQENBQAw

0 commit comments

Comments
 (0)