summaryrefslogtreecommitdiff
path: root/system/admin/admin.go
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2016-10-09 17:12:35 -0700
committerSteve Manuel <nilslice@gmail.com>2016-10-09 17:12:35 -0700
commit27bf80992138e23715cb8eb95af53a8cc66c403b (patch)
treec14284b30f8e7794e979723c26a4a824b6bc47de /system/admin/admin.go
parenta7f5427fee80fd638e012de5cfeb48d5be54cbcf (diff)
returning absolute import paths, will move to vendor in future commit
Diffstat (limited to 'system/admin/admin.go')
-rw-r--r--system/admin/admin.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/admin/admin.go b/system/admin/admin.go
index af8e688..b375eb6 100644
--- a/system/admin/admin.go
+++ b/system/admin/admin.go
@@ -6,8 +6,8 @@ import (
"bytes"
"html/template"
- "../../content"
- "../../system/db"
+ "github.com/bosssauce/ponzu/content"
+ "github.com/bosssauce/ponzu/system/db"
)
var startAdminHTML = `<!doctype html>