Merge pull request #12950 from cvrebert/patch-2

modules.cloud: add missing import of the `copy` module
This commit is contained in:
Joseph Hall 2014-05-21 16:57:41 -06:00
commit 26f741257e

View File

@ -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: