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 29faa42..b88e088 100644
--- a/crates/mozart/src/factory.rs
+++ b/crates/mozart/src/factory.rs
@@ -15,9 +15,9 @@ use mozart_core::composer::{
Locker, PackageReference, RepositoryManager,
};
use mozart_core::config::resolve_references;
+use mozart_core::downloader::DownloadManager;
use mozart_core::factory::create_config;
use mozart_core::package::{RootPackageData, read_from_file};
-use mozart_core::repository::download_manager::DownloadManager;
/// Rust port of `Factory::createComposer()`.
///