summaryrefslogtreecommitdiffstats
path: root/examples/style.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/style.rs')
-rw-r--r--examples/style.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/style.rs b/examples/style.rs
index d001fca..80e2b61 100644
--- a/examples/style.rs
+++ b/examples/style.rs
@@ -5,7 +5,7 @@ use prettytable::Table;
use prettytable::row::Row;
use prettytable::cell::Cell;
-use term::{Attr, color};
+use prettytable::{Attr, color};
#[allow(dead_code)]
fn main() {