mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add unicode_literals import
This commit is contained in:
parent
05ac613ecf
commit
021783dbae
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue