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

Unified Diff: third_party/tlslite/tlslite/__init__.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/X509CertChain.py ('k') | third_party/tlslite/tlslite/api.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/tlslite/tlslite/__init__.py
diff --git a/third_party/tlslite/tlslite/__init__.py b/third_party/tlslite/tlslite/__init__.py
index 47cfd1c6f1838635a24f004b97991fd4b65dfa62..2a587d31b8a7bea44bf0e8e577cb98e5f3e306fe 100644
--- a/third_party/tlslite/tlslite/__init__.py
+++ b/third_party/tlslite/tlslite/__init__.py
@@ -19,21 +19,21 @@ or use one of the integration classes in L{tlslite.integration}.
__version__ = "0.3.8"
__all__ = ["api",
- "BaseDB",
- "Checker",
+ "basedb",
+ "checker",
"constants",
"errors",
- "FileObject",
- "HandshakeSettings",
+ "fileobject",
+ "handshakesettings",
"mathtls",
"messages",
- "Session",
- "SessionCache",
- "SharedKeyDB",
- "TLSConnection",
- "TLSRecordLayer",
- "VerifierDB",
- "X509",
- "X509CertChain",
+ "session",
+ "sessioncache",
+ "sharedkeydb",
+ "tlsconnection",
+ "tlsrecordlayer",
+ "verifierdb",
+ "x509",
+ "x509certchain",
"integration",
"utils"]
« no previous file with comments | « third_party/tlslite/tlslite/X509CertChain.py ('k') | third_party/tlslite/tlslite/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698