summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main.rs b/src/main.rs
index 71c0ebe..8251340 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,13 +1,11 @@
// #![feature(trace_macros)]
#[macro_use]
extern crate prettytable;
-extern crate term;
use prettytable::Table;
use prettytable::row::Row;
use prettytable::cell::Cell;
use prettytable::format::*;
-
-use term::{Attr, color};
+use prettytable::{Attr, color};
// trace_macros!(true);