summaryrefslogtreecommitdiffstats
path: root/src/commands/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/mod.rs')
-rw-r--r--src/commands/mod.rs6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/commands/mod.rs b/src/commands/mod.rs
index c055d64..9130cac 100644
--- a/src/commands/mod.rs
+++ b/src/commands/mod.rs
@@ -1,5 +1,3 @@
-extern crate wordexp;
-
mod change_directory;
mod cursor_move;
mod delete_files;
@@ -41,8 +39,8 @@ use std::collections::HashMap;
use std::fmt;
use std::path::PathBuf;
-use context::JoshutoContext;
-use structs;
+use crate::context::JoshutoContext;
+use crate::structs;
#[derive(Debug)]
pub enum CommandKeybind {