summaryrefslogtreecommitdiff
path: root/tests/logutil_tests.py
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2013-01-24 12:52:32 +0000
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2013-01-24 12:52:32 +0000
commit095f14efbaaf838b7772bffd36a466abb9668efe (patch)
treea5141b7709c586ac58952d0d87dc1899a79fe5fb /tests/logutil_tests.py
parent6844371fef78a28743e72ff7ce92bb786c64073e (diff)
downloadlogutils-095f14efbaaf838b7772bffd36a466abb9668efe.tar.gz
Changes for 0.3.3.0.3.3
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: