From d8a994ef243349f321568f9e36d5c3f444b99cae Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sat, 20 Feb 2016 15:58:09 -0500 Subject: Move cron module to independent package Make it easier to keep track of upstream changes and bug fixes --- routers/admin/admin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'routers/admin/admin.go') diff --git a/routers/admin/admin.go b/routers/admin/admin.go index 5d665adb..27f2fa5b 100644 --- a/routers/admin/admin.go +++ b/routers/admin/admin.go @@ -14,8 +14,8 @@ import ( "gopkg.in/macaron.v1" "github.com/gogits/gogs/models" - "github.com/gogits/gogs/models/cron" "github.com/gogits/gogs/modules/base" + "github.com/gogits/gogs/modules/cron" "github.com/gogits/gogs/modules/middleware" "github.com/gogits/gogs/modules/process" "github.com/gogits/gogs/modules/setting" -- cgit v1.2.3