summaryrefslogtreecommitdiffstats
path: root/filters/ccs_obfuscate.py
blob: 53b203fa96e15052d27a03a743aa76d193b8d7db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# -*- 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)
"""Obfuscation filters for ccs"""
__author__ = "Jan Pokorný <jpokorny @at@ Red Hat .dot. com>"

from ..filter import XMLFilter


@XMLFilter.deco_xslt('ccs', 'ccs')
class ccs_obfuscate_credentials: pass

@XMLFilter.deco_xslt('ccs', 'ccs')
class ccs_obfuscate_identifiers: pass