This commit is contained in:
Mitchell Hashimoto 2013-07-01 09:39:19 -07:00
parent b773e8decd
commit a3f47462f5
1 changed files with 1 additions and 1 deletions

View File

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