Mercurial > repos > iuc > data_manager_selection_background
changeset 1:0bd1cd5eac51 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_selection_background commit 56142b399aae44a46fb6a588603eda2286cf73b2"
author | iuc |
---|---|
date | Sat, 21 Aug 2021 07:51:54 +0000 |
parents | bb5794942b5e |
children | e4f07770b340 |
files | data_manager/data_manager_selection_background.py |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/data_manager/data_manager_selection_background.py Fri Aug 20 21:03:25 2021 +0000 +++ b/data_manager/data_manager_selection_background.py Sat Aug 21 07:51:54 2021 +0000 @@ -8,8 +8,7 @@ import sys import uuid import zipfile - -from six.moves.urllib.request import urlretrieve +from urllib.request import urlretrieve # Nice solution to opening compressed files (zip/bz2/gz) transparently # https://stackoverflow.com/a/13045892/638445