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