# HG changeset patch # User jpetteng # Date 1515356135 18000 # Node ID d0c0b205abe1a74db8c09b197cbd64757dac11c2 # Parent 53882f2068806c8a9c9b62698f3a1791cc8104d0 Uploaded diff -r 53882f206880 -r d0c0b205abe1 ecoli_serotyping/ectyper/ectyper.py --- a/ecoli_serotyping/ectyper/ectyper.py Sun Jan 07 15:13:37 2018 -0500 +++ b/ecoli_serotyping/ectyper/ectyper.py Sun Jan 07 15:15:35 2018 -0500 @@ -7,9 +7,9 @@ import sys import tempfile import datetime -import (blastFunctions, commandLineOptions, definitions, +import blastFunctions, commandLineOptions, definitions, genomeFunctions, loggingFunctions, predictionFunctions, - speciesIdentification) + speciesIdentification from urllib.request import urlretrieve