Commit Graph

4 Commits

Author SHA1 Message Date
Gabriel c03553ed4a Remove path hacks that break chardet in Python 3. Closes #858.
This replaces the sys.path hack with a slightly less objectionable
sys.modules hack.

Both have the effect of making the vendored lib's absolue imports work
as expected when oauthlib isn't installed. The sys.modules hack doesn't
insert the rest of the vendored crap in a global path, however.
2012-10-21 17:07:12 +02:00
Cory Benfield 55237ad67d Comment typo fix and move newline. 2012-07-25 13:24:38 +01:00
Cory Benfield 79aa9edde1 Make OAuth path hack platform independent. 2012-07-21 18:11:00 +01:00
Kenneth Reitz a1fd038d2c vendored oauthlib 2012-06-28 17:20:26 -07:00