summaryrefslogtreecommitdiffstats
path: root/filter.py
diff options
context:
space:
mode:
Diffstat (limited to 'filter.py')
-rw-r--r--filter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter.py b/filter.py
index 2c000e9..7990466 100644
--- a/filter.py
+++ b/filter.py
@@ -3,7 +3,7 @@
# Part of clufter project
# Licensed under GPLv2 (a copy included | http://gnu.org/licenses/gpl-2.0.txt)
"""Base filter stuff (metaclass, decorator, etc.)"""
-__author__ = "Jan Pokorný <jpokorny at redhat dot com>"
+__author__ = "Jan Pokorný <jpokorny @at@ Red Hat .dot. com>"
import logging
from os.path import dirname, join