From 8af38da097b8358cb273baa37c748120461c718e Mon Sep 17 00:00:00 2001 From: pacien Date: Fri, 30 Nov 2018 16:57:32 +0100 Subject: isolate bit IO --- tests/thuffmanencoder.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/thuffmanencoder.nim') diff --git a/tests/thuffmanencoder.nim b/tests/thuffmanencoder.nim index 04318b7..9c46eed 100644 --- a/tests/thuffmanencoder.nim +++ b/tests/thuffmanencoder.nim @@ -15,7 +15,7 @@ # along with this program. If not, see . import unittest, streams, tables -import bitreader, bitwriter +import bitio/bitreader, bitio/bitwriter import huffmantree, huffmanencoder suite "huffencoder": -- cgit v1.2.3