mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Merge pull request #12950 from cvrebert/patch-2
modules.cloud: add missing import of the `copy` module
This commit is contained in:
commit
26f741257e
@ -6,6 +6,7 @@ Salt-specific interface for calling Salt Cloud directly
|
||||
# Import python libs
|
||||
import os
|
||||
import logging
|
||||
import copy
|
||||
|
||||
# Import salt libs
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user