change import path

This commit is contained in:
cuu
2018-12-24 13:41:04 +00:00
parent 4221a90e3f
commit 0996426fbb
50 changed files with 89 additions and 89 deletions

View File

@@ -11,9 +11,9 @@ import (
"github.com/cuu/gogame/draw"
"github.com/cuu/gogame/rect"
"github.com/cuu/gogame/surface"
"github.com/cuu/LauncherGoDev/sysgo/UI"
"github.com/clockworkpi/LauncherGoDev/sysgo/UI"
"github.com/cuu/LauncherGoDev/sysgo/DBUS"
"github.com/clockworkpi/LauncherGoDev/sysgo/DBUS"
)
var NetItemDefaultHeight = 30

View File

@@ -10,8 +10,8 @@ import (
"github.com/cuu/gogame/rect"
"github.com/cuu/gogame/color"
*/
"github.com/cuu/LauncherGoDev/sysgo/UI"
//"github.com/cuu/LauncherGoDev/sysgo/DBUS"
"github.com/clockworkpi/LauncherGoDev/sysgo/UI"
//"github.com/clockworkpi/LauncherGoDev/sysgo/DBUS"
)
/******************************************************************************/

View File

@@ -18,11 +18,11 @@ import (
"github.com/cuu/gogame/time"
"github.com/cuu/gogame/rect"
"github.com/cuu/gogame/draw"
"github.com/cuu/LauncherGoDev/sysgo/UI"
"github.com/cuu/LauncherGoDev/sysgo/DBUS"
"github.com/clockworkpi/LauncherGoDev/sysgo/UI"
"github.com/clockworkpi/LauncherGoDev/sysgo/DBUS"
"github.com/cuu/LauncherGoDev/sysgo/wicd/misc"
"github.com/clockworkpi/LauncherGoDev/sysgo/wicd/misc"
)