to new namespace

This commit is contained in:
Nikolay Volf 2016-02-21 15:19:08 +03:00
parent a6316b1e20
commit bcc4ca48ab

View File

@ -152,7 +152,7 @@ impl Database {
mod tests { mod tests {
use hash::*; use hash::*;
use super::*; use super::*;
use tests::helpers::RandomTempPath; use devtools::*;
use std::str::FromStr; use std::str::FromStr;
use std::ops::Deref; use std::ops::Deref;