fix(*): fixed import paths

pull/793/head
Matt Butcher 8 years ago
parent 72be00c6fc
commit 377a43385e

@ -6,7 +6,7 @@ import (
"os"
"path/filepath"
"github.com/kubernetes/helm/pkg/proto/hapi/chart"
"k8s.io/helm/pkg/proto/hapi/chart"
)
const (

@ -6,7 +6,7 @@ import (
"path/filepath"
"testing"
"github.com/kubernetes/helm/pkg/proto/hapi/chart"
"k8s.io/helm/pkg/proto/hapi/chart"
)
func TestCreate(t *testing.T) {

Loading…
Cancel
Save