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

Unified Diff: third_party/tlslite/tlslite/integration/clienthelper.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
Index: third_party/tlslite/tlslite/integration/clienthelper.py
diff --git a/third_party/tlslite/tlslite/integration/ClientHelper.py b/third_party/tlslite/tlslite/integration/clienthelper.py
similarity index 98%
rename from third_party/tlslite/tlslite/integration/ClientHelper.py
rename to third_party/tlslite/tlslite/integration/clienthelper.py
index 7918e4af43f962a7e464223e92d0e51e3b314717..48846ea3e6c8c54699820da1a89594fc5a229ad0 100644
--- a/third_party/tlslite/tlslite/integration/ClientHelper.py
+++ b/third_party/tlslite/tlslite/integration/clienthelper.py
@@ -3,7 +3,7 @@ A helper class for using TLS Lite with stdlib clients
(httplib, xmlrpclib, imaplib, poplib).
"""
-from tlslite.Checker import Checker
+from tlslite.checker import Checker
class ClientHelper:
"""This is a helper class used to integrate TLS Lite with various
@@ -160,4 +160,4 @@ class ClientHelper:
checker=self.checker,
settings=self.settings,
session=self.tlsSession)
- self.tlsSession = tlsConnection.session
+ self.tlsSession = tlsConnection.session

Powered by Google App Engine
This is Rietveld 408576698