appypod-rattail/appy/pod/test/contexts/XhtmlNominal.py
2015-10-27 22:36:51 +01:00

7 lines
125 B
Python

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