From 38a2fbc35e5f723692568df8f70ea412a6f02687 Mon Sep 17 00:00:00 2001 From: Timo Ewalds Date: Mon, 19 Aug 2013 18:52:50 -0400 Subject: [PATCH] Need the logging import statement to log unknown message types --- tweepy/streaming.py | 1 + 1 file changed, 1 insertion(+) 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 -- 2.25.1