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

from ..filter import XMLFilter


# XXX temporary hack with plain ccs;
# check that it is indeed ccs-flat, by exploring flt_ctxt?
@XMLFilter.deco_xslt('ccs-flat', 'pcs-prelude')
class ccsflat2pcsprelude: pass