# HG changeset patch # User jpetteng # Date 1515356417 18000 # Node ID c74c953c6b069550c54f84ac6653c7097dac8dce # Parent c7be11e07c4f4e3d7c9fd8de21f5f59c43d6a286 Uploaded diff -r c7be11e07c4f -r c74c953c6b06 ecoli_serotyping/ectyper/ectyper.py --- a/ecoli_serotyping/ectyper/ectyper.py Sun Jan 07 15:17:39 2018 -0500 +++ b/ecoli_serotyping/ectyper/ectyper.py Sun Jan 07 15:20:17 2018 -0500 @@ -7,10 +7,11 @@ import sys import tempfile import datetime -import blastFunctions, commandLineOptions, definitions, genomeFunctions, loggingFunctions, predictionFunctions, speciesIdentification - from urllib.request import urlretrieve +from ectyper import (blastFunctions, commandLineOptions, definitions, + genomeFunctions, loggingFunctions, predictionFunctions, + speciesIdentification) LOG_FILE = loggingFunctions.initialize_logging() LOG = logging.getLogger(__name__)