Mercurial > repos > iuc > data_manager_manual
comparison data_manager/data_manager_manual.py @ 1:a5f4a381e291 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:02:44 -0500 |
| parents | b35a1abdc8f8 |
| children | 192005f56204 |
comparison
equal
deleted
inserted
replaced
| 0:b35a1abdc8f8 | 1:a5f4a381e291 |
|---|---|
| 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 |
