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/tstreamblock.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/tstreamblock.nim') diff --git a/tests/tstreamblock.nim b/tests/tstreamblock.nim index 89f69e0..57eaf3a 100644 --- a/tests/tstreamblock.nim +++ b/tests/tstreamblock.nim @@ -15,7 +15,7 @@ # along with this program. If not, see . import unittest, streams -import bitreader, bitwriter, streamblock +import bitio/bitreader, bitio/bitwriter, streamblock suite "streamblock": test "serialise": -- cgit v1.2.3