# HG changeset patch # User iuc # Date 1629532290 0 # Node ID e8718792723cd8847b16313338187ec2b9624c7f # Parent 4a643ee2e4b8a66a3549bf7f06a4a681380be740 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_selection_background commit 56142b399aae44a46fb6a588603eda2286cf73b2" diff -r 4a643ee2e4b8 -r e8718792723c data_manager/data_manager_selection_background.py --- a/data_manager/data_manager_selection_background.py Fri Aug 20 21:01:16 2021 +0000 +++ b/data_manager/data_manager_selection_background.py Sat Aug 21 07:51:30 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