final update of goki -> go-python -- my pass should be complete here and now just awaiting final review for PR merge.

This commit is contained in:
Randall C. O'Reilly 2019-06-12 03:02:27 -06:00 committed by Sebastien Binet
parent ec3f125415
commit 780132b629
9 changed files with 9 additions and 9 deletions

View File

@ -7,7 +7,7 @@ package funcs
import (
"fmt"
"github.com/goki/gopy/_examples/cpkg"
"github.com/go-python/gopy/_examples/cpkg"
)
type FunStruct struct {

View File

@ -86,7 +86,7 @@ static inline void gopy_err_handle() {
*/
import "C"
import (
"github.com/goki/gopy/gopyh" // handler
"github.com/go-python/gopy/gopyh" // handler
%[6]s
)

View File

@ -11,7 +11,7 @@ import (
"os/exec"
"strings"
"github.com/goki/gopy/bind"
"github.com/go-python/gopy/bind"
"github.com/gonuts/commander"
"github.com/gonuts/flag"
)

View File

@ -11,7 +11,7 @@ import (
"path/filepath"
"strings"
"github.com/goki/gopy/bind"
"github.com/go-python/gopy/bind"
"github.com/gonuts/commander"
"github.com/gonuts/flag"
)

View File

@ -8,7 +8,7 @@ import (
"fmt"
"log"
"github.com/goki/gopy/bind"
"github.com/go-python/gopy/bind"
"github.com/gonuts/commander"
"github.com/gonuts/flag"
)

View File

@ -11,7 +11,7 @@ import (
"path/filepath"
"strings"
"github.com/goki/gopy/bind"
"github.com/go-python/gopy/bind"
"github.com/gonuts/commander"
"github.com/gonuts/flag"
)

2
gen.go
View File

@ -18,7 +18,7 @@ import (
"golang.org/x/tools/go/packages"
"github.com/goki/gopy/bind"
"github.com/go-python/gopy/bind"
"github.com/pkg/errors"
)

View File

@ -17,7 +17,7 @@ import (
"strings"
"testing"
"github.com/goki/gopy/bind"
"github.com/go-python/gopy/bind"
)
var (

View File

@ -9,7 +9,7 @@ import (
"os"
"path/filepath"
"github.com/goki/gopy/bind"
"github.com/go-python/gopy/bind"
)
// 1 = pkg name, 2 = -user, 3 = version 4 = author, 5 = email, 6 = desc, 7 = url