some last minute cleanup

pull/5304/head
Megan Marsh 9 years ago
parent f6bc158a80
commit 7f0d253dbf

@ -1,7 +1,6 @@
package lxd
import (
"errors"
"github.com/hashicorp/packer/common"
"github.com/hashicorp/packer/packer"
"github.com/hashicorp/packer/template/interpolate"

@ -4,7 +4,7 @@ import (
"os"
"testing"
"github.com/mitchellh/packer/packer"
"github.com/hashicorp/packer/packer"
)
func testConfig() map[string]interface{} {

@ -2,7 +2,7 @@ package lxd
import (
"fmt"
"github.com/mitchellh/packer/packer"
"github.com/hashicorp/packer/packer"
"io"
"log"
"os"

@ -1,7 +1,7 @@
package lxd
import (
"github.com/mitchellh/packer/packer"
"github.com/hashicorp/packer/packer"
"testing"
)

@ -2,11 +2,11 @@ package lxd
import (
"fmt"
"github.com/hashicorp/packer/common"
"github.com/hashicorp/packer/helper/config"
"github.com/hashicorp/packer/packer"
"github.com/hashicorp/packer/template/interpolate"
"github.com/mitchellh/mapstructure"
"github.com/mitchellh/packer/common"
"github.com/mitchellh/packer/helper/config"
"github.com/mitchellh/packer/packer"
"github.com/mitchellh/packer/template/interpolate"
"time"
)

@ -2,8 +2,8 @@ package lxd
import (
"fmt"
"github.com/hashicorp/packer/packer"
"github.com/mitchellh/multistep"
"github.com/mitchellh/packer/packer"
"time"
)

@ -1,8 +1,8 @@
package lxd
import (
"github.com/hashicorp/packer/packer"
"github.com/mitchellh/multistep"
"github.com/mitchellh/packer/packer"
"log"
)

@ -2,8 +2,8 @@ package lxd
import (
"fmt"
"github.com/hashicorp/packer/packer"
"github.com/mitchellh/multistep"
"github.com/mitchellh/packer/packer"
"regexp"
)

Loading…
Cancel
Save