summaryrefslogtreecommitdiffstats
path: root/src/row.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/row.rs')
-rw-r--r--src/row.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/row.rs b/src/row.rs
index f7e49f0..f02f9ef 100644
--- a/src/row.rs
+++ b/src/row.rs
@@ -5,7 +5,7 @@ use std::slice::{Iter, IterMut};
// use std::vec::IntoIter;
use std::ops::{Index, IndexMut};
-use term::Terminal;
+use super::Terminal;
use super::utils::NEWLINE;
use super::cell::Cell;