import style

This commit is contained in:
Mitchell Hashimoto 2015-06-08 21:26:28 -07:00
parent 888621d029
commit d18300e3d6

View File

@ -1,11 +1,12 @@
package main
import (
"github.com/mitchellh/packer/packer"
"github.com/mitchellh/packer/packer/plugin"
"log"
"os"
"os/signal"
"github.com/mitchellh/packer/packer"
"github.com/mitchellh/packer/packer/plugin"
)
// Prepares the signal handlers so that we handle interrupts properly.