Files
requests3/requests
Ian Cordasco 2669f0c0b1 Fix when packages are unvendored
When working these changes back upstream to pip, we realized that the
previous fix wasn't ideal since unvendoring the packages broke the
imports. For example, if urllib3 were unvendored, then the following
would fail:

    from requests.packages import urllib3
2015-02-28 23:04:24 -06:00
..
2015-02-28 23:04:24 -06:00
2014-11-12 13:58:03 -06:00
2015-02-24 09:44:51 -06:00
2014-12-24 14:54:49 +00:00
2014-12-16 22:49:24 -06:00
2014-08-24 19:46:46 -07:00