fix(*): fixed import paths

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

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

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

Loading…
Cancel
Save