#@file: pyh.py#@purpose: a HTML tag generator#@author: Emmanuel Turlay
__doc__ = """The pyh.py module is the core of the PyH package. PyH lets you
generate HTML tags from within your python code.
See http://code.google.com/p/pyh/ for documentation."""
__author__ = "Emmanuel Turlay "
__version__ = '$Revision: 43 $'
__date__ = '$Date$'
from sys import_getframe, stdout, modules, version
nOpen={}
nl= '\n'doctype= '\n'charset= '\n'tags= ['html', 'body', 'head', 'link', 'meta', 'div', 'p', 'form', 'legend','input', 'select', 'span', 'b', 'i', 'option', 'img', 'script','table', 'tr', 'td', 'th',