summaryrefslogtreecommitdiff
path: root/tests/test_adapter.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_adapter.py')
-rw-r--r--tests/test_adapter.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_adapter.py b/tests/test_adapter.py
index 0b7e1fa..d29bd10 100644
--- a/tests/test_adapter.py
+++ b/tests/test_adapter.py
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2008-2013 Vinay Sajip. See LICENSE.txt for details.
+# Copyright (C) 2008-2017 Vinay Sajip. See LICENSE.txt for details.
#
import logging
from logutils.adapter import LoggerAdapter
@@ -67,4 +67,3 @@ class AdapterTest(unittest.TestCase):
if __name__ == '__main__':
unittest.main()
-