Skip to content

Commit

Permalink
Correct some import statements of the newly-renamed utils lib
Browse files Browse the repository at this point in the history
  • Loading branch information
jorvis committed Jan 5, 2017
1 parent 893671c commit 7295787
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions gff/convert_genbank_to_gff3.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@
import sys
from collections import defaultdict

import utils
from Bio import SeqIO
from biocode import things
from biocode import things, utils


def main():
Expand Down
2 changes: 1 addition & 1 deletion sam_bam/merge_bam_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import re
import subprocess

import utils
from biocode import utils


def main():
Expand Down

0 comments on commit 7295787

Please sign in to comment.