Fix import list in singleton_ctx.go

Otherwise my editor keeps fixing it for me.

Change-Id: I2795a26b9a4f0dd7bf20edd146fc28425a60e89c
This commit is contained in:
Colin Cross 2017-12-11 14:39:10 -08:00
parent 7a88d0db4d
commit c581620795

View file

@ -16,6 +16,7 @@ package blueprint
import (
"fmt"
"github.com/google/blueprint/pathtools"
)