Moved RequestsHttpConnection to it's own module
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
from .base import Connection
|
from .base import Connection
|
||||||
from .http import RequestsHttpConnection
|
from .http_requests import RequestsHttpConnection
|
||||||
from .http_urllib3 import Urllib3HttpConnection
|
from .http_urllib3 import Urllib3HttpConnection
|
||||||
from .memcached import MemcachedConnection
|
from .memcached import MemcachedConnection
|
||||||
from .thrift import ThriftConnection, THRIFT_AVAILABLE
|
from .thrift import ThriftConnection, THRIFT_AVAILABLE
|
||||||
|
|||||||
Reference in New Issue
Block a user