Mercurial > repos > jpetteng > ectyper
changeset 19:1eda44477d41 draft
Uploaded
| author | jpetteng |
|---|---|
| date | Sun, 07 Jan 2018 14:41:16 -0500 |
| parents | 3e418806597d |
| children | 210dafd169d9 |
| files | ecoli_serotyping/ectyper/ectyper.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ecoli_serotyping/ectyper/ectyper.py Sun Jan 07 14:36:51 2018 -0500 +++ b/ecoli_serotyping/ectyper/ectyper.py Sun Jan 07 14:41:16 2018 -0500 @@ -7,7 +7,7 @@ import sys import tempfile import datetime -# from urllib.request import urlretrieve +from urllib.request import urlretrieve from ectyper import (blastFunctions, commandLineOptions, definitions, genomeFunctions, loggingFunctions, predictionFunctions,
