summaryrefslogtreecommitdiffstats
path: root/src/executor.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/executor.rs')
-rw-r--r--src/executor.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/executor.rs b/src/executor.rs
index 9828543..1d6ee44 100644
--- a/src/executor.rs
+++ b/src/executor.rs
@@ -4,11 +4,11 @@ use indoc::indoc;
use ipc_channel::ipc;
use common::{error::*, string_hash::*, types::*};
+use runner::{paths, Runner};
use crate::{
context::{Context, TaskRef},
- paths, resolve,
- runner::Runner,
+ resolve,
task::*,
template::TemplateEngine,
};