| Index: third_party/tlslite/tlslite/api.py
|
| diff --git a/third_party/tlslite/tlslite/api.py b/third_party/tlslite/tlslite/api.py
|
| index faef6cb1fad6c3e529ab9e6f2180e95e8abebcd8..562fb811facf062fd6b305238ad12ba1a5c9dff5 100644
|
| --- a/third_party/tlslite/tlslite/api.py
|
| +++ b/third_party/tlslite/tlslite/api.py
|
| @@ -2,7 +2,8 @@
|
| # See the LICENSE file for legal information regarding use of this file.
|
|
|
| __version__ = "0.4.6"
|
| -from .constants import AlertLevel, AlertDescription, Fault
|
| +from .constants import AlertLevel, AlertDescription, ClientCertificateType, \
|
| + Fault
|
| from .errors import *
|
| from .checker import Checker
|
| from .handshakesettings import HandshakeSettings
|
|
|