mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
fix salt libs .systemd import error
This commit is contained in:
parent
8598559bfd
commit
97f863177e
@ -12,7 +12,7 @@ except ImportError:
|
||||
from pipes import quote as _cmd_quote
|
||||
|
||||
# Import salt libs
|
||||
from .systemd import _sd_booted
|
||||
from salt.modules.systemd import _sd_booted
|
||||
|
||||
__func_alias__ = {
|
||||
'reload_': 'reload'
|
||||
|
Loading…
Reference in New Issue
Block a user