Need the logging import statement to log unknown message types
authorTimo Ewalds <tewalds@google.com>
Mon, 19 Aug 2013 22:52:50 +0000 (18:52 -0400)
committerTimo Ewalds <tewalds@google.com>
Mon, 19 Aug 2013 22:52:50 +0000 (18:52 -0400)
tweepy/streaming.py

index b0c9523f54113176d8f078d38ee197f5ae36e9e6..3a5651a49a5493f73b8ab555df0f7b97eba6c0b2 100644 (file)
@@ -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