From d7b79b1fbccd6cbc911df574096c25fd2efca37c Mon Sep 17 00:00:00 2001 From: George Githinji Date: Mon, 3 Dec 2018 11:08:45 +0300 Subject: [PATCH] fixed with proper undead import path --- examples/create_bam_from_scratch.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/create_bam_from_scratch.d b/examples/create_bam_from_scratch.d index a6d3c43..eff4690 100644 --- a/examples/create_bam_from_scratch.d +++ b/examples/create_bam_from_scratch.d @@ -4,7 +4,7 @@ import bio.std.hts.bam.referenceinfo; import bio.std.hts.sam.header; import bio.std.hts.bam.reader; import bio.std.hts.bam.writer; -import undead.stream; +import contrib.undead.stream; import std.stdio; import bio.std.hts.bam.cigar;