mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Import unicode_literals from future and add versionadded tag
This commit is contained in:
parent
09dc09d88d
commit
af6d21f772
2 changed files with 4 additions and 2 deletions
|
@ -6,10 +6,11 @@ Microsoft Update files management via wusa.exe
|
|||
:platform: Windows
|
||||
:depends: PowerShell
|
||||
|
||||
.. versionadded:: Neon
|
||||
'''
|
||||
|
||||
# Import python libs
|
||||
from __future__ import absolute_import
|
||||
from __future__ import absolute_import, unicode_literals
|
||||
import logging
|
||||
|
||||
# Import salt libs
|
||||
|
|
|
@ -5,10 +5,11 @@ Microsoft Updates (KB) Management
|
|||
This module provides the ability to enforce KB installations
|
||||
from files (.msu), without WSUS.
|
||||
|
||||
.. versionadded:: Neon
|
||||
'''
|
||||
|
||||
# Import python libs
|
||||
from __future__ import absolute_import
|
||||
from __future__ import absolute_import, unicode_literals
|
||||
import logging
|
||||
|
||||
# Import salt libs
|
||||
|
|
Loading…
Add table
Reference in a new issue