Skip to content

Commit e834e50

Browse files
committed
Fixed wrong import statement
1 parent 980a369 commit e834e50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vcert/ssh_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from cryptography.hazmat.primitives.asymmetric import rsa
2121

2222

23-
from errors import ClientBadData
23+
from .errors import ClientBadData
2424

2525
PATH_SEPARATOR = "\\"
2626
CA_ROOT_PATH = PATH_SEPARATOR + "VED" + PATH_SEPARATOR + "Certificate Authority" + PATH_SEPARATOR + "SSH" \

0 commit comments

Comments
 (0)