appypod-rattail/pod/test/contexts/XhtmlNominal.py
2009-06-29 14:06:01 +02:00

7 lines
125 B
Python
Executable file

# -*- coding: utf-8 -*-
# I need a class.
class D:
def getAt1(self):
return '\n<p>Test1<br /></p>\n'
dummy = D()