cmlenz@500: # -*- coding: utf-8 -*- cmlenz@500: # cmlenz@902: # Copyright (C) 2007-2009 Edgewall Software cmlenz@500: # All rights reserved. cmlenz@500: # cmlenz@500: # This software is licensed as described in the file COPYING, which cmlenz@500: # you should have received as part of this distribution. The terms cmlenz@500: # are also available at http://genshi.edgewall.org/wiki/License. cmlenz@500: # cmlenz@500: # This software consists of voluntary contributions made by many cmlenz@500: # individuals. For the exact contribution history, see the revision cmlenz@500: # history and logs, available at http://genshi.edgewall.org/log/. cmlenz@500: cmlenz@500: """Implementation of a number of stream filters.""" cmlenz@500: cmlenz@500: from genshi.filters.html import HTMLFormFiller, HTMLSanitizer cmlenz@500: from genshi.filters.i18n import Translator cmlenz@820: from genshi.filters.transform import Transformer cmlenz@500: cmlenz@500: __docformat__ = 'restructuredtext en'