Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > e9c352c7f5646ffe82e50decd2068389 > files > 118

python-twisted-lore-13.1.0-3.mga4.x86_64.rpm

from twisted.lore import default
from myhtml import spitters

class MyProcessingFunctionFactory(default.ProcessingFunctionFactory):
    latexSpitters={None: spitters.MyLatexSpitter,
                   }

# initialize the global variable factory with an instance of your new factory
factory=MyProcessingFunctionFactory()