summaryrefslogtreecommitdiffstats
path: root/filters/cibcompact2cib.py
blob: 3c5ba0d184b7ef06ac04bdf24ed5b600e30ee2a2 (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)
"""cibcompact2cib filter"""
__author__ = "Jan Pokorný <jpokorny @at@ Red Hat .dot. com>"

from ..filter import XMLFilter


@XMLFilter.deco_xslt('cib-compact', 'cib')
class cibcompact2cib: pass