This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |