projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c701b6c
)
Need the logging import statement to log unknown message types
author
Timo Ewalds
<tewalds@google.com>
Mon, 19 Aug 2013 22:52:50 +0000
(18:52 -0400)
committer
Timo Ewalds
<tewalds@google.com>
Mon, 19 Aug 2013 22:52:50 +0000
(18:52 -0400)
tweepy/streaming.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/streaming.py
b/tweepy/streaming.py
index b0c9523f54113176d8f078d38ee197f5ae36e9e6..3a5651a49a5493f73b8ab555df0f7b97eba6c0b2 100644
(file)
--- a/
tweepy/streaming.py
+++ b/
tweepy/streaming.py
@@
-2,6
+2,7
@@
# Copyright 2009-2010 Joshua Roesslein
# See LICENSE for details.
+import logging
import httplib
from socket import timeout
from threading import Thread