Skip to content
Snippets Groups Projects
Commit 8d4fdfe5 authored by Vermaat's avatar Vermaat
Browse files

Fix bug in Entrez API call retry logic

git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@460 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
parent 0ca4e27e
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ Public classes:
import os # path.isfile(), link() path.isdir(), path.mkdir(),
# walk(), path.getsize(), path.join(), stat(), remove()
import time
import bz2 # BZ2Compressor(), BZ2File()
import hashlib # md5(), update(), hexdigest()
import urllib2 # urlopen()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment