summaryrefslogtreecommitdiff
path: root/tests/test_adapter.py
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2017-02-20 17:41:03 +0000
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2017-02-20 17:41:03 +0000
commitaacf9ed52e654eb68717d1a1a971956829751a59 (patch)
tree5f73358b73d8df1bdbb791c00e00c09ee471170e /tests/test_adapter.py
parent469b1d89217b4b1307c71c92f88688cb2f2600aa (diff)
downloadlogutils-aacf9ed52e654eb68717d1a1a971956829751a59.tar.gz
Changes for 0.3.4.
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()
-