| Index: third_party/tlslite/tlslite/__init__.py
|
| diff --git a/third_party/tlslite/tlslite/__init__.py b/third_party/tlslite/tlslite/__init__.py
|
| index 2a7589eef71fec71fadcd843d485d47fa14d9590..acb5d3ab1d41f1734050eb6ba257a22b35ce0588 100644
|
| --- a/third_party/tlslite/tlslite/__init__.py
|
| +++ b/third_party/tlslite/tlslite/__init__.py
|
| @@ -21,7 +21,7 @@ If you want to import the most useful objects, the cleanest way is:
|
| Then use the L{tlslite.TLSConnection.TLSConnection} class with a socket.
|
| (Or, use one of the integration classes in L{tlslite.integration}).
|
|
|
| -@version: 0.4.6
|
| +@version: 0.4.8
|
| """
|
|
|
| from tlslite.api import *
|
|
|