summaryrefslogtreecommitdiff
path: root/tests/test_queue.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_queue.py')
-rw-r--r--tests/test_queue.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_queue.py b/tests/test_queue.py
index 5969d0e..34152e3 100644
--- a/tests/test_queue.py
+++ b/tests/test_queue.py
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2010-2013 Vinay Sajip. See LICENSE.txt for details.
+# Copyright (C) 2010-2017 Vinay Sajip. See LICENSE.txt for details.
#
import logging
from logutils.testing import TestHandler, Matcher
@@ -67,4 +67,3 @@ class QueueTest(unittest.TestCase):
if __name__ == '__main__':
unittest.main()
-