| Index: third_party/tlslite/tlslite/messages.py
|
| diff --git a/third_party/tlslite/tlslite/messages.py b/third_party/tlslite/tlslite/messages.py
|
| index 497ef6048df786d96f62b317c24e933019f35219..fd6265f294e8603184fbf830ff5ea23b7c136f84 100644
|
| --- a/third_party/tlslite/tlslite/messages.py
|
| +++ b/third_party/tlslite/tlslite/messages.py
|
| @@ -5,8 +5,8 @@ from utils.cryptomath import *
|
| from errors import *
|
| from utils.codec import *
|
| from constants import *
|
| -from X509 import X509
|
| -from X509CertChain import X509CertChain
|
| +from x509 import X509
|
| +from x509certchain import X509CertChain
|
|
|
| # The sha module is deprecated in Python 2.6
|
| try:
|
|
|