Fixed build of mtdbconverter.

This commit is contained in:
Sascha L. Teichmann 2014-10-03 18:59:14 +02:00
parent 789d0eba35
commit 0160299acc
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ package main
import (
"os"
"bitbucket.org/s_l_teichmann/mtredisalize/common"
"bitbucket.org/s_l_teichmann/mtsatellite/common"
leveldb "github.com/jmhodges/levigo"
)

View File

@ -11,7 +11,7 @@ import (
"os"
"sync"
"bitbucket.org/s_l_teichmann/mtredisalize/common"
"bitbucket.org/s_l_teichmann/mtsatellite/common"
)
func usage() {

View File

@ -9,7 +9,7 @@ import (
"errors"
"os"
"bitbucket.org/s_l_teichmann/mtredisalize/common"
"bitbucket.org/s_l_teichmann/mtsatellite/common"
_ "github.com/mattn/go-sqlite3"
)