changeset 3:49e91b42881b draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/fasta_concatenate_by_species commit 34a6c9f94a5722bb7d2f887618aafa410a770e91"
author devteam
date Mon, 02 Mar 2020 11:46:08 +0000
parents c5311b7718d1
children
files utils/maf_utilities.py
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/utils/maf_utilities.py	Sun Mar 01 12:22:35 2020 +0000
+++ b/utils/maf_utilities.py	Mon Mar 02 11:46:08 2020 +0000
@@ -17,8 +17,6 @@
 except AttributeError:
     from string import maketrans
 
-assert sys.version_info[:2] >= (2, 4)
-
 log = logging.getLogger(__name__)