fix namespace from master merge
[nikiroo-utils.git] / src / be / nikiroo / utils / serial / Importer.java
index 6531cdba99f420c8778b3c2d990854b667b7d387..ad2d284904790214b2360fbee0bb35cbae66f29e 100644 (file)
@@ -7,8 +7,8 @@ import java.util.HashMap;
 import java.util.Map;
 
 import be.nikiroo.utils.IOUtils;
-import be.nikiroo.utils.NextableInputStream;
-import be.nikiroo.utils.NextableInputStreamStep;
+import be.nikiroo.utils.streams.NextableInputStream;
+import be.nikiroo.utils.streams.NextableInputStreamStep;
 import be.nikiroo.utils.StringUtils;
 
 /**