mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #26753 from jfindlay/iloet
import elementree from _compat in ilo exec mod
This commit is contained in:
commit
7a58878ea8
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ Manage HP ILO
|
|||
'''
|
||||
from __future__ import absolute_import
|
||||
|
||||
import xml.etree.cElementTree as ET
|
||||
from salt._compat import ElementTree as ET
|
||||
import salt.utils
|
||||
import os
|
||||
import tempfile
|
||||
|
|
Loading…
Add table
Reference in a new issue