diff ebeye_urllib.py @ 2:b6029f2c71cb draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ebi_tools commit 19ea4feff5ccf3744c549b9a67259947a1cb90ba
author iuc
date Sat, 21 Jan 2017 14:41:05 -0500
parents bb7989bd88ba
children 42d5e40fcd0b
line wrap: on
line diff
--- a/ebeye_urllib.py	Mon Dec 12 10:04:11 2016 -0500
+++ b/ebeye_urllib.py	Sat Jan 21 14:41:05 2017 -0500
@@ -5,19 +5,16 @@
 # and distributed under the Apache License
 # ======================================================================
 # Load libraries
+import os
 import platform
-import os
+import re
 import urllib
-import re
+import urllib2
+from gzip import GzipFile
 from optparse import OptionParser
-from gzip import GzipFile
+from StringIO import StringIO
+
 from xmltramp2 import xmltramp
-# python2
-from StringIO import StringIO
-import urllib2
-# python3
-# import urllib.request as urllib2
-
 
 # Service base URL
 baseUrl = 'http://www.ebi.ac.uk/ebisearch/ws/rest'