Ejemplo n.º 1
0
def getList():
	obj = NotesApplication("Mark Twain")
	for i in range(1,5):
		obj.create("Content {0}".format(i))
	return obj.alist()