Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Unified Diff: third_party/tlslite/tlslite/messages.py

Issue 211173006: Perform tlslite 0.3.8 -> 0.4.6 renames ahead of time. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More fixes. Oops. Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698