Skip to content

Instantly share code, notes, and snippets.

@U2Ft
U2Ft / twython.diff
Last active December 11, 2015 07:29
diff --git a/twython/twython.py b/twython/twython.py
index 49c2f65..ce6931f 100644
--- a/twython/twython.py
+++ b/twython/twython.py
@@ -14,7 +14,7 @@ import re
import warnings
import requests
-from requests.auth import OAuth1
+from requests_oauthlib import OAuth1