Moved RequestsHttpConnection to it's own module

This commit is contained in:
Honza Kral
2013-10-04 15:47:56 +02:00
parent 45403c9f2d
commit a2b89e0b84
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
from .base import Connection
from .http import RequestsHttpConnection
from .http_requests import RequestsHttpConnection
from .http_urllib3 import Urllib3HttpConnection
from .memcached import MemcachedConnection
from .thrift import ThriftConnection, THRIFT_AVAILABLE