summaryrefslogtreecommitdiffstats
path: root/plugin_registry.py
diff options
context:
space:
mode:
Diffstat (limited to 'plugin_registry.py')
-rw-r--r--plugin_registry.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin_registry.py b/plugin_registry.py
index 05369a5..7ed36e6 100644
--- a/plugin_registry.py
+++ b/plugin_registry.py
@@ -3,7 +3,7 @@
# Part of clufter project
# Licensed under GPLv2 (a copy included | http://gnu.org/licenses/gpl-2.0.txt)
"""Easy (at least for usage) plugin framework"""
-__author__ = "Jan Pokorný <jpokorny at redhat dot com>"
+__author__ = "Jan Pokorný <jpokorny @at@ Red Hat .dot. com>"
import imp
import logging