summaryrefslogtreecommitdiff
path: root/system/db/content.go
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2016-10-09 16:27:33 -0700
committerSteve Manuel <nilslice@gmail.com>2016-10-09 16:27:33 -0700
commita7f5427fee80fd638e012de5cfeb48d5be54cbcf (patch)
tree658014a3eada5009de87f31b8c81a47781923d9b /system/db/content.go
parent3b7e6a4cdbda6193cf45b0e60332ca16e68e0010 (diff)
renaming import paths globally to ensure build is using new files, not ones from original repo
Diffstat (limited to 'system/db/content.go')
-rw-r--r--system/db/content.go7
1 files changed, 4 insertions, 3 deletions
diff --git a/system/db/content.go b/system/db/content.go
index eaf43e8..740e7b1 100644
--- a/system/db/content.go
+++ b/system/db/content.go
@@ -8,10 +8,11 @@ import (
"strconv"
"strings"
+ "../../content"
+ "../../management/editor"
+ "../../management/manager"
+
"github.com/boltdb/bolt"
- "github.com/bosssauce/ponzu/content"
- "github.com/bosssauce/ponzu/management/editor"
- "github.com/bosssauce/ponzu/management/manager"
"github.com/gorilla/schema"
)