comparison data_manager/data_manager_manual.py @ 1:6524e573d9c2 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_manual commit 9e376934d399042eabcd4129e23beda60917273d
author iuc
date Mon, 15 Jan 2018 12:03:01 -0500
parents 81ed42c0721a
children 1c1e228884d3
comparison
equal deleted inserted replaced
0:81ed42c0721a 1:6524e573d9c2
6 import optparse 6 import optparse
7 import os 7 import os
8 import shutil 8 import shutil
9 import tempfile 9 import tempfile
10 import urllib2 10 import urllib2
11 from xml.etree.ElementTree import tostring
11 12
12 from xml.etree.ElementTree import tostring
13 try: 13 try:
14 # For Python 3.0 and later 14 # For Python 3.0 and later
15 from shutil import unpack_archive 15 from shutil import unpack_archive
16 except ImportError: 16 except ImportError:
17 # Fall back to Python 2 import 17 # Fall back to Python 2 import