log.py.patch revision 5416
5416N/APatch out the import of serial, which causes a traceback on initialization of
5416N/Acloudbase-init. Either we import pyserial or some form of restructuring should
5416N/Ahappen upstream as few platforms seem likely to find logging to serial to be
5416N/Auseful.
5416N/A
5416N/A--- ORIGINAL/log.py 2016-01-25 16:11:17.453264452 -0800
5416N/A+++ cloudbase-init-0.9.9/cloudbaseinit/utils/log.py 2016-01-25 16:11:31.787933714 -0800
5416N/A@@ -13,7 +13,6 @@
5416N/A # under the License.
5416N/A
5416N/A import logging
5416N/A-import serial
5416N/A import six
5416N/A
5416N/A from oslo_config import cfg