summaryrefslogtreecommitdiff
path: root/common.go
diff options
context:
space:
mode:
Diffstat (limited to 'common.go')
-rw-r--r--common.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.go b/common.go
index 4eee105..755872a 100644
--- a/common.go
+++ b/common.go
@@ -3,8 +3,8 @@ package gui
// Common actions for widgets like 'Enable' or 'Hide'
import (
- "go.wit.com/lib/widget"
"go.wit.com/log"
+ "go.wit.com/widget"
"regexp"
)