diff options
Diffstat (limited to 'nexgb/xprint')
-rw-r--r-- | nexgb/xprint/xprint.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nexgb/xprint/xprint.go b/nexgb/xprint/xprint.go index 330003d..7616845 100644 --- a/nexgb/xprint/xprint.go +++ b/nexgb/xprint/xprint.go @@ -4,9 +4,9 @@ package xprint // This file is automatically generated from xprint.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 XpExtension extension. |