summaryrefslogtreecommitdiffstats
path: root/filters/cib2cibfinal.py
blob: 79480f8dafd7e84fb2071aa85e1bd224bc4b5c08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# -*- coding: UTF-8 -*-
# Copyright 2015 Red Hat, Inc.
# Part of clufter project
# Licensed under GPLv2+ (a copy included | http://gnu.org/licenses/gpl-2.0.txt)
"""cib2cibfinal filter"""
__author__ = "Jan Pokorný <jpokorny @at@ Red Hat .dot. com>"

from ..filter import XMLFilter


@XMLFilter.deco_xslt('cib', 'cib-final')
class cib2cibfinal: pass