Skip to content

Commit

Permalink
Merge pull request #18 from DramaFever/master
Browse files Browse the repository at this point in the history
Change the go.image subrepo import path
  • Loading branch information
disintegration committed Nov 8, 2014
2 parents 9e67388 + 3ca1922 commit 02226dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import (
"path/filepath"
"strings"

"code.google.com/p/go.image/bmp"
"code.google.com/p/go.image/tiff"
"golang.org/x/image/bmp"
"golang.org/x/image/tiff"
)

// Open loads an image from file
Expand Down

0 comments on commit 02226dd

Please sign in to comment.