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

Unified Diff: third_party/tlslite/tlslite/tlsrecordlayer.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: Drop the -B 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
« no previous file with comments | « third_party/tlslite/tlslite/tlsconnection.py ('k') | third_party/tlslite/tlslite/utils/AES.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/tlslite/tlslite/tlsrecordlayer.py
diff --git a/third_party/tlslite/tlslite/TLSRecordLayer.py b/third_party/tlslite/tlslite/tlsrecordlayer.py
similarity index 99%
rename from third_party/tlslite/tlslite/TLSRecordLayer.py
rename to third_party/tlslite/tlslite/tlsrecordlayer.py
index 933b95a9de6346998a0644e6f19ed2362b095d2e..bcfd64061ac4f98650ae0156a73e778d6ef2fb48 100644
--- a/third_party/tlslite/tlslite/TLSRecordLayer.py
+++ b/third_party/tlslite/tlslite/tlsrecordlayer.py
@@ -11,7 +11,7 @@ from mathtls import *
from constants import *
from utils.cryptomath import getRandomBytes
from utils import hmac
-from FileObject import FileObject
+from fileobject import FileObject
# The sha module is deprecated in Python 2.6
try:
« no previous file with comments | « third_party/tlslite/tlslite/tlsconnection.py ('k') | third_party/tlslite/tlslite/utils/AES.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698