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

Unified Diff: third_party/tlslite/tlslite/integration/pop3_tls.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/pop3_tls.py
diff --git a/third_party/tlslite/tlslite/integration/POP3_TLS.py b/third_party/tlslite/tlslite/integration/pop3_tls.py
similarity index 97%
rename from third_party/tlslite/tlslite/integration/POP3_TLS.py
rename to third_party/tlslite/tlslite/integration/pop3_tls.py
index 71530cc532048edca7d570f8f05d3faea8d31db0..4faeee810e33c0aaf2616aa84a2eceb9f7037623 100644
--- a/third_party/tlslite/tlslite/integration/POP3_TLS.py
+++ b/third_party/tlslite/tlslite/integration/pop3_tls.py
@@ -2,8 +2,8 @@
import socket
from poplib import POP3
-from tlslite.TLSConnection import TLSConnection
-from tlslite.integration.ClientHelper import ClientHelper
+from tlslite.tlsconnection import TLSConnection
+from tlslite.integration.clienthelper import ClientHelper
# POP TLS PORT
POP3_TLS_PORT = 995
@@ -139,4 +139,4 @@ class POP3_TLS(POP3, ClientHelper):
self.file = self.sock.makefile('rb')
self._debugging = 0
- self.welcome = self._getresp()
+ self.welcome = self._getresp()
« no previous file with comments | « third_party/tlslite/tlslite/integration/integrationhelper.py ('k') | third_party/tlslite/tlslite/integration/smtp_tls.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698