mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fixed an egregious error with an import
This commit is contained in:
parent
07939ea29c
commit
56c3f3ebb2
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ import logging
|
|||
# Import 3rd Party Libraries
|
||||
import pythoncom
|
||||
import win32com.client
|
||||
import salt.ext.six.moves import range
|
||||
from salt.ext.six.moves import range
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue