This is the Moin Moin wiki:

By default moinmoin will typeset math using jsmath. To change this edit the configure for your particular wiki.

Modifications

--- ../MoinMoin/util/filesys.py 2006-05-11 09:24:00.000000000 -0700 +++ filesys.py 2006-10-16 08:42:18.000000000 -0700 @@ -159,10 +159,12 @@

+ except ImportError: + return None + try:

- except (ImportError, File.Error): + except File.Error:

-