aboutsummaryrefslogtreecommitdiff
path: root/cmd.ha
diff options
context:
space:
mode:
Diffstat (limited to 'cmd.ha')
-rw-r--r--cmd.ha2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd.ha b/cmd.ha
index 3335209..290ff72 100644
--- a/cmd.ha
+++ b/cmd.ha
@@ -7,7 +7,7 @@ use path;
use os::exec;
use strconv;
use ascii;
-use tsv;
+use format::tsv;
type error = !(!str | io::error | path::error | exec::error | strconv::error);