mirror of https://github.com/perkeep/perkeep.git
fix camdbinit; use correct mysqlindexer import
Change-Id: I227e219ec32f81a11cc6192cd60de8b89878bedc
This commit is contained in:
parent
413cac1eb9
commit
69328c751f
|
@ -23,7 +23,7 @@ import (
|
|||
"os"
|
||||
"strings"
|
||||
|
||||
"camlistore.org/pkg/mysqlindexer"
|
||||
"camlistore.org/pkg/index/mysql"
|
||||
|
||||
_ "camlistore.org/third_party/github.com/ziutek/mymysql/godrv"
|
||||
)
|
||||
|
|
|
@ -15,6 +15,8 @@ limitations under the License.
|
|||
*/
|
||||
|
||||
package mysqlindexer
|
||||
// TODO(bradfitz): rename this package to be consistent with the directory name.
|
||||
// Also, make a script to verify this for all camlistore packages.
|
||||
|
||||
import (
|
||||
"database/sql"
|
||||
|
|
Loading…
Reference in New Issue