From: Timo Ewalds Date: Mon, 19 Aug 2013 22:52:50 +0000 (-0400) Subject: Need the logging import statement to log unknown message types X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=38a2fbc35e5f723692568df8f70ea412a6f02687;p=tweepy.git Need the logging import statement to log unknown message types --- diff --git a/tweepy/streaming.py b/tweepy/streaming.py index b0c9523..3a5651a 100644 --- 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