rust/chg/src/uihandler.rs
changeset 44689 6bef9d43cc55
parent 43818 ce088b38f92b
child 44737 e9e44e61042b
--- a/rust/chg/src/uihandler.rs	Fri Apr 10 21:35:16 2020 +0900
+++ b/rust/chg/src/uihandler.rs	Fri Apr 10 21:38:08 2020 +0900
@@ -12,8 +12,8 @@
 use tokio;
 use tokio_process::{ChildStdin, CommandExt};
 
-use super::message::CommandSpec;
-use super::procutil;
+use crate::message::CommandSpec;
+use crate::procutil;
 
 /// Callback to process shell command requests received from server.
 pub trait SystemHandler: Sized {