summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2017-02-21 18:22:13 -0800
committerSteve Manuel <nilslice@gmail.com>2017-02-21 18:22:13 -0800
commitc0448ebb1157210ae7d36ddf6f49e4c44f914dd5 (patch)
treeac97e9bc8d359f4287bfd1dfabfe9014f43c23a9
parent7d912abbd74761c9d20ffbfedd5fede5d4562d06 (diff)
cleanup imports
-rw-r--r--cmd/ponzu/main.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd/ponzu/main.go b/cmd/ponzu/main.go
index 0bb92d2..c324a88 100644
--- a/cmd/ponzu/main.go
+++ b/cmd/ponzu/main.go
@@ -7,6 +7,7 @@ import (
"net/http"
"os"
"os/exec"
+ "path/filepath"
"strings"
"github.com/ponzu-cms/ponzu/system/admin"
@@ -15,8 +16,6 @@ import (
"github.com/ponzu-cms/ponzu/system/db"
"github.com/ponzu-cms/ponzu/system/tls"
- "path/filepath"
-
_ "github.com/ponzu-cms/ponzu/content"
)