diff options
author | Steve Manuel <nilslice@gmail.com> | 2017-01-11 19:02:10 -0800 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2017-01-11 19:02:10 -0800 |
commit | bab8292abf06a409007dbec68424e7df16a6e25c (patch) | |
tree | 24f0273cee2d3c0a121e8bb91a380e4ff51a929f /system/db/init.go | |
parent | cb844b1e9c4405f06808c517f03362608fb3d246 (diff) |
move content _ import to admin
Diffstat (limited to 'system/db/init.go')
-rw-r--r-- | system/db/init.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/system/db/init.go b/system/db/init.go index 4999e1b..eaf6d76 100644 --- a/system/db/init.go +++ b/system/db/init.go @@ -7,9 +7,6 @@ import ( "github.com/ponzu-cms/ponzu/system/admin/config" "github.com/ponzu-cms/ponzu/system/item" - // content package must be initialized so our db is pre-configured - _ "github.com/ponzu-cms/ponzu/content" - "github.com/boltdb/bolt" "github.com/nilslice/jwt" ) |