summaryrefslogtreecommitdiffstats
path: root/wsapi/system.go
diff options
context:
space:
mode:
Diffstat (limited to 'wsapi/system.go')
-rw-r--r--wsapi/system.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/wsapi/system.go b/wsapi/system.go
index ba1f862a5..e019e79b2 100644
--- a/wsapi/system.go
+++ b/wsapi/system.go
@@ -5,9 +5,9 @@ package wsapi
import (
l4g "github.com/alecthomas/log4go"
- "github.com/mattermost/platform/app"
- "github.com/mattermost/platform/model"
- "github.com/mattermost/platform/utils"
+ "github.com/mattermost/mattermost-server/app"
+ "github.com/mattermost/mattermost-server/model"
+ "github.com/mattermost/mattermost-server/utils"
)
func InitSystem() {