summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2015-06-08 21:54:23 +0200
committerpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2015-06-08 21:54:23 +0200
commitd6615ead27ab7784e4ea4e0c7310c577c916c3df (patch)
tree40ef49917574d42523412bcb9bb28564a075b64f /examples
parentf1071c26aaa94b38738792df98cf28a732762b63 (diff)
Renamed to prettytable-rs
Diffstat (limited to 'examples')
-rw-r--r--examples/basic.rs8
-rw-r--r--examples/multiline.rs2
2 files changed, 5 insertions, 5 deletions
diff --git a/examples/basic.rs b/examples/basic.rs
index db4ba9f..3be3153 100644
--- a/examples/basic.rs
+++ b/examples/basic.rs
@@ -1,7 +1,7 @@
-#[macro_use] extern crate tabprint;
-use tabprint::Table;
-use tabprint::row::Row;
-use tabprint::cell::Cell;
+#[macro_use] extern crate prettytable;
+use prettytable::Table;
+use prettytable::row::Row;
+use prettytable::cell::Cell;
/*
Following main function will print :
diff --git a/examples/multiline.rs b/examples/multiline.rs
index b4955bd..709ecb0 100644
--- a/examples/multiline.rs
+++ b/examples/multiline.rs
@@ -1,4 +1,4 @@
-#[macro_use] extern crate tabprint;
+#[macro_use] extern crate prettytable;
/*
Following main function will print :