Little Recipes
In a macro (and maybe beyond), to test the existence of a page:
from MoinMoin.Page import Page
Page("WikiSandBox").exists()
In a macro (and maybe beyond), to test the existence of a page:
from MoinMoin.Page import Page
Page("WikiSandBox").exists()