changeset 3:25b8736c627a 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 06:47:07 -0500
parents 16df616b39e5
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 07:24:26 2020 -0500
+++ b/utils/maf_utilities.py	Mon Mar 02 06:47:07 2020 -0500
@@ -17,8 +17,6 @@
 except AttributeError:
     from string import maketrans
 
-assert sys.version_info[:2] >= (2, 4)
-
 log = logging.getLogger(__name__)