Mercurial > repos > iuc > ebi_search_rest_results
diff ebeye_urllib.py @ 3:42d5e40fcd0b draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ebi_tools commit 31d1c92a4c12b6a78693dc5091a08536a075285e
author | iuc |
---|---|
date | Thu, 09 Feb 2017 12:02:58 -0500 |
parents | b6029f2c71cb |
children |
line wrap: on
line diff
--- a/ebeye_urllib.py Sat Jan 21 14:41:05 2017 -0500 +++ b/ebeye_urllib.py Thu Feb 09 12:02:58 2017 -0500 @@ -5,6 +5,9 @@ # and distributed under the Apache License # ====================================================================== # Load libraries + +from __future__ import print_function + import os import platform import re @@ -269,7 +272,7 @@ printDebugMessage('getEntries', 'End', 1) p = re.compile('http') fieldURL = p.sub('https', fieldURL) - print fieldURL + print(fieldURL) if __name__ == '__main__':