Example #1
0
def getrss():
	return getroot()
Example #2
0
def getrss(filename):
	return static_file(filename, root=getroot())