Revert "fix template imports"

This reverts commit 0e70e0e5a4c570790f7f253e69c6e09ed18e38d1.
This commit is contained in:
Megan Marsh 2019-11-04 14:29:00 -08:00
parent d010762dbf
commit 6c704f7046
3 changed files with 0 additions and 6 deletions

View File

@ -3,8 +3,6 @@ package common
import (
"bytes"
"text/template"
packertpl "github.com/hashicorp/packer/common/template"
)
func isalphanumeric(b byte) bool {

View File

@ -3,8 +3,6 @@ package common
import (
"bytes"
"text/template"
packertpl "github.com/hashicorp/packer/common/template"
)
func isValidByteValue(b byte) bool {

View File

@ -3,8 +3,6 @@ package googlecompute
import (
"strings"
"text/template"
packertpl "github.com/hashicorp/packer/common/template"
)
func isalphanumeric(b byte) bool {