diff options
| author | SVN-Git Migration <python-modules-team@lists.alioth.debian.org> | 2015-10-08 13:41:19 -0700 |
|---|---|---|
| committer | SVN-Git Migration <python-modules-team@lists.alioth.debian.org> | 2015-10-08 13:41:19 -0700 |
| commit | 1c0a691ebf468d42b7c0d6b0e9daf0b2ff82cc20 (patch) | |
| tree | e228f79dfbc25cdacb33ce72b76732aec43d29ba /requests/packages/__init__.py | |
| parent | bf12eaaa5428798962777e05fd98be024e0ce27c (diff) | |
| download | python-requests-1c0a691ebf468d42b7c0d6b0e9daf0b2ff82cc20.tar python-requests-1c0a691ebf468d42b7c0d6b0e9daf0b2ff82cc20.tar.gz | |
Imported Upstream version 0.8.2
Diffstat (limited to 'requests/packages/__init__.py')
| -rw-r--r-- | requests/packages/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requests/packages/__init__.py b/requests/packages/__init__.py index ab2669e..d62c4b7 100644 --- a/requests/packages/__init__.py +++ b/requests/packages/__init__.py @@ -1,3 +1,3 @@ from __future__ import absolute_import -from . import poster +from . import urllib3 |