Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > f6c029cb6d7f91d967561f80e604bd05 > files > 377

python-nevow-0.9.32-2mdv2010.0.noarch.rpm

from twisted.python import util

from nevow import loaders
from nevow import rend


class Page(rend.Page):
    """Example of using an HTML template to render a page.
    """
    addSlash = True
    docFactory = loaders.xmlfile(util.sibpath(__file__, 'hellohtml.html'))