aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/mozart/src/factory.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/mozart/src/factory.rs')
-rw-r--r--crates/mozart/src/factory.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/mozart/src/factory.rs b/crates/mozart/src/factory.rs
index 67fc9a3..ca46671 100644
--- a/crates/mozart/src/factory.rs
+++ b/crates/mozart/src/factory.rs
@@ -17,7 +17,7 @@ use mozart_core::composer::{
use mozart_core::config::resolve_references;
use mozart_core::factory::create_config;
use mozart_core::package::read_from_file;
-use mozart_registry::download_manager::DownloadManager;
+use mozart_core::repository::download_manager::DownloadManager;
/// Rust port of `Factory::createComposer()`.
///