remove logger for urllib3

This commit is contained in:
Kenneth Reitz
2011-10-10 21:08:17 -04:00
parent c8f2b3a722
commit 4dc48aea63
-2
View File
@@ -24,8 +24,6 @@ __author__ = 'Kenneth Reitz'
__license__ = 'ISC'
__copyright__ = 'Copyright 2011 Kenneth Reitz'
import logging
logging.basicConfig()
from api import *
from exceptions import *