# HG changeset patch # User iuc # Date 1629532314 0 # Node ID 0bd1cd5eac512a8c42e90e5e966e95e06a9bfef7 # Parent bb5794942b5e5040d388f607f499689fe0ebb40c "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_selection_background commit 56142b399aae44a46fb6a588603eda2286cf73b2" diff -r bb5794942b5e -r 0bd1cd5eac51 data_manager/data_manager_selection_background.py --- 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