Chromium Code Reviews| 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"] |