Skip to content

Commit

Permalink
Merge pull request #168 from mjumbewu/patch-1
Browse files Browse the repository at this point in the history
Import TwitterHTTPError for stream module
The TwitterJSONIter raises TwitterHTTPError on HTTPError, but it is never imported into the module.
  • Loading branch information
sixohsix committed Sep 2, 2013
2 parents 33dc10b + 2983f31 commit 1a7546e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twitter/stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import socket
import sys

from .api import TwitterCall, wrap_response
from .api import TwitterCall, wrap_response, TwitterHTTPError

class TwitterJSONIter(object):

Expand Down

0 comments on commit 1a7546e

Please sign in to comment.