summaryrefslogtreecommitdiffstats
path: root/routers/install.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-02-20 15:58:09 -0500
committerUnknwon <u@gogs.io>2016-02-20 15:58:09 -0500
commitd8a994ef243349f321568f9e36d5c3f444b99cae (patch)
tree09cab4dc4c1f585b91a40c594e9e0f7b8967944d /routers/install.go
parent7140dbac95a96849a7f82166439fd72a7b56f9bf (diff)
downloadgitea-d8a994ef243349f321568f9e36d5c3f444b99cae.tar.gz
gitea-d8a994ef243349f321568f9e36d5c3f444b99cae.zip
Move cron module to independent package
Make it easier to keep track of upstream changes and bug fixes
Diffstat (limited to 'routers/install.go')
-rw-r--r--routers/install.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/install.go b/routers/install.go
index b8b7dec1e7..0a36b315f6 100644
--- a/routers/install.go
+++ b/routers/install.go
@@ -20,9 +20,9 @@ import (
"github.com/gogits/git-module"
"github.com/gogits/gogs/models"
- "github.com/gogits/gogs/models/cron"
"github.com/gogits/gogs/modules/auth"
"github.com/gogits/gogs/modules/base"
+ "github.com/gogits/gogs/modules/cron"
"github.com/gogits/gogs/modules/log"
"github.com/gogits/gogs/modules/mailer"
"github.com/gogits/gogs/modules/middleware"