Files
requests3/requests
Ian Cordasco 6ea3f2ada8 Only alias the imports for vendored dependencies
While discussion the issue, Donald Stufft (@dstufft) and I realized the
simplest solution is to simply add an alias per vendored dependency. The
resulting changes are simple and effective. It prevents the issue in
2.5.2 and 2.5.3 where the following would work:

    from requests.packages import webbrowser

This now appropriately raises an ImportError.

Closes #2465
2015-02-28 20:13:46 -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