summaryrefslogtreecommitdiff
path: root/ttfparser_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'ttfparser_test.go')
-rw-r--r--ttfparser_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ttfparser_test.go b/ttfparser_test.go
index 6b9b4c1..9f494a6 100644
--- a/ttfparser_test.go
+++ b/ttfparser_test.go
@@ -18,8 +18,8 @@ package gofpdf_test
import (
"bytes"
- "code.google.com/p/gofpdf"
"fmt"
+ "github.com/jung-kurt/gofpdf"
// "testing"
)