aboutsummaryrefslogtreecommitdiff
path: root/nexgb/xtest/xtest.go
diff options
context:
space:
mode:
Diffstat (limited to 'nexgb/xtest/xtest.go')
-rw-r--r--nexgb/xtest/xtest.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/nexgb/xtest/xtest.go b/nexgb/xtest/xtest.go
index 182760e..bf961f7 100644
--- a/nexgb/xtest/xtest.go
+++ b/nexgb/xtest/xtest.go
@@ -4,9 +4,9 @@ package xtest
// This file is automatically generated from xtest.xml. Edit at your peril!
import (
- "github.com/BurntSushi/xgb"
+ xgb "janouch.name/haven/nexgb"
- "github.com/BurntSushi/xgb/xproto"
+ "janouch.name/haven/nexgb/xproto"
)
// Init must be called before using the XTEST extension.