deprecate settings
authorKenneth Reitz <me@kennethreitz.com>
Sun, 23 Oct 2011 00:28:25 +0000 (20:28 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Sun, 23 Oct 2011 00:28:25 +0000 (20:28 -0400)
requests/__init__.py

index 2b25c9e29f29e248e484c15bad31d8a929183d35..6cce5bfec8778a7f3d209f4e5cdf35b200ce1e57 100644 (file)
@@ -27,7 +27,6 @@ from .models import HTTPError, Request, Response
 from .api import request, get, head, post, patch, put, delete
 from .sessions import session
 from .status_codes import codes
-from .config import settings
 from .exceptions import (
     RequestException, AuthenticationError, Timeout, URLRequired,
     TooManyRedirects