faset over fra Z3950 til google books
This commit is contained in:
17
python/gdata/tlslite/integration/__init__.py
Normal file
17
python/gdata/tlslite/integration/__init__.py
Normal file
@@ -0,0 +1,17 @@
|
||||
"""Classes for integrating TLS Lite with other packages."""
|
||||
|
||||
__all__ = ["AsyncStateMachine",
|
||||
"HTTPTLSConnection",
|
||||
"POP3_TLS",
|
||||
"IMAP4_TLS",
|
||||
"SMTP_TLS",
|
||||
"XMLRPCTransport",
|
||||
"TLSSocketServerMixIn",
|
||||
"TLSAsyncDispatcherMixIn",
|
||||
"TLSTwistedProtocolWrapper"]
|
||||
|
||||
try:
|
||||
import twisted
|
||||
del twisted
|
||||
except ImportError:
|
||||
del __all__[__all__.index("TLSTwistedProtocolWrapper")]
|
Reference in New Issue
Block a user