Initial import to Tizen
[profile/ivi/python-twisted.git] / doc / web / howto / listings / render_slots_attrs.py
1 from twisted.web.template import flattenString
2 from slots_attributes_1 import ExampleElement
3 def renderDone(output):
4     print output
5 flattenString(None, ExampleElement()).addCallback(renderDone)