Revert "fix template imports"

This reverts commit 0e70e0e5a4.
pull/8320/head
Megan Marsh 7 years ago
parent d010762dbf
commit 6c704f7046

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

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

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

Loading…
Cancel
Save