Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit 03bd710

Browse files
Fix import.
1 parent 4dbe833 commit 03bd710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hyper/tls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Contains the TLS/SSL logic for use in hyper.
77
"""
88
import os.path as path
9-
from common.exceptions import MissingCertFile
9+
from .common.exceptions import MissingCertFile
1010
from .compat import ignore_missing, ssl
1111

1212

0 commit comments

Comments
 (0)