ssh: add another missing import (copy std lib module)

This commit is contained in:
Chris Rebert 2013-08-01 12:29:40 -07:00
parent c1d2e20afa
commit be5f7058ad

View File

@ -8,6 +8,7 @@ import tempfile
import json
import getpass
import shutil
import copy
# Import salt libs
import salt.ssh.shell