summaryrefslogtreecommitdiffstats
path: root/tests/_bootstrap.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/_bootstrap.py')
-rw-r--r--tests/_bootstrap.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/_bootstrap.py b/tests/_bootstrap.py
index 5a4e3b2..8d321c0 100644
--- a/tests/_bootstrap.py
+++ b/tests/_bootstrap.py
@@ -1,9 +1,9 @@
# -*- coding: UTF-8 -*-
-# Copyright 2012 Red Hat, Inc.
+# Copyright 2013 Red Hat, Inc.
# Part of clufter project
# Licensed under GPLv2 (a copy included | http://gnu.org/licenses/gpl-2.0.txt)
"""Bootstrap the environment for testing"""
-__author__ = "Jan Pokorný <jpokorny at redhat dot com>"
+__author__ = "Jan Pokorný <jpokorny @at@ Red Hat .dot. com>"
import logging
logging.basicConfig(level=logging.DEBUG)