summaryrefslogtreecommitdiff
path: root/debug.go
diff options
context:
space:
mode:
Diffstat (limited to 'debug.go')
-rw-r--r--debug.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug.go b/debug.go
index ee58727..c7888c0 100644
--- a/debug.go
+++ b/debug.go
@@ -2,8 +2,8 @@ package main
import (
"fmt"
- "go.wit.com/lib/widget"
"go.wit.com/log"
+ "go.wit.com/widget"
)
func (n *node) dumpTree(draw bool) {