This commit is contained in:
Mitchell Hashimoto 2013-07-01 09:39:19 -07:00
parent 6f705d5bcb
commit e9f7f94599

View File

@ -1,10 +1,10 @@
package vmware
import (
"fmt"
"github.com/mitchellh/multistep"
"github.com/mitchellh/packer/packer"
"os"
"fmt"
)
type stepUploadTools struct{}