Add unicode_literals import

This commit is contained in:
twangboy 2017-04-11 10:34:19 -06:00
parent 05ac613ecf
commit 021783dbae

View file

@ -9,6 +9,7 @@ Module for managing Windows Updates using the Windows Update Agent.
- pythoncom
"""
from __future__ import absolute_import
from __future__ import unicode_literals
# Import Python libs
import logging