summaryrefslogtreecommitdiff
path: root/system/admin/config/config.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/admin/config/config.go
parent3b7e6a4cdbda6193cf45b0e60332ca16e68e0010 (diff)
renaming import paths globally to ensure build is using new files, not ones from original repo
Diffstat (limited to 'system/admin/config/config.go')
-rw-r--r--system/admin/config/config.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/admin/config/config.go b/system/admin/config/config.go
index c5ef1cd..0da756f 100644
--- a/system/admin/config/config.go
+++ b/system/admin/config/config.go
@@ -1,8 +1,8 @@
package config
import (
- "github.com/bosssauce/ponzu/content"
- "github.com/bosssauce/ponzu/management/editor"
+ "../../../content"
+ "../../../management/editor"
)
//Config represents the confirgurable options of the system