Mercurial > repos > jankanis > blast2html_test
view blast2html.py @ 5:6bdcfd49a90c default tip
update images path
author | Jan Kanis <jan.code@jankanis.nl> |
---|---|
date | Wed, 22 Jul 2015 17:08:16 +0200 |
parents | dad02776f538 |
children |
line wrap: on
line source
#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Actually this program works with both python 2 and 3, tested against python 2.6 # Copyright The Hyve B.V. 2014-2015 # License: GPL version 3 or (at your option) any higher version from __future__ import unicode_literals, division, print_function print("Hello World") print("The tool is working!")