diff --git a/twython/api.py b/twython/api.py index bd49c49..5de6c67 100644 --- a/twython/api.py +++ b/twython/api.py @@ -9,6 +9,7 @@ Twitter Authentication, and miscellaneous methods that are useful when dealing with the Twitter API """ +from __future__ import generator_stop import warnings import re