summaryrefslogtreecommitdiffstats
path: root/src/helpers/cli.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/helpers/cli.rs')
-rw-r--r--src/helpers/cli.rs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/helpers/cli.rs b/src/helpers/cli.rs
index a1321d5..eac3a39 100644
--- a/src/helpers/cli.rs
+++ b/src/helpers/cli.rs
@@ -1,9 +1,9 @@
use std::io::{self, BufRead, Write};
-use errors::Result;
-use http_send::HttpSend;
-use registration::Registered;
-use Mastodon;
+use crate::errors::Result;
+use crate::http_send::HttpSend;
+use crate::registration::Registered;
+use crate::Mastodon;
/// Finishes the authentication process for the given `Registered` object,
/// using the command-line