summaryrefslogtreecommitdiff
path: root/tests/logutil_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/logutil_tests.py')
-rw-r--r--tests/logutil_tests.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/logutil_tests.py b/tests/logutil_tests.py
index 330594c..5a9996d 100644
--- a/tests/logutil_tests.py
+++ b/tests/logutil_tests.py
@@ -1,9 +1,13 @@
+#
+# Copyright (C) 2008-2013 Vinay Sajip. See LICENSE.txt for details.
+#
import sys
from test_testing import LoggingTest
from test_dictconfig import ConfigDictTest
from test_queue import QueueTest
from test_formatter import FormatterTest
from test_messages import MessageTest
+from test_colorize import ColorizeTest
try:
from test_redis import RedisQueueTest
except ImportError: