tests/test_utils.py
changeset 4252 fe660f227cac
parent 3852 8318d362cddf
child 4330 617ffa6bbdc8
--- a/tests/test_utils.py	Wed Feb 17 11:09:40 2016 +0000
+++ b/tests/test_utils.py	Wed Feb 17 12:25:38 2016 +0000
@@ -1,7 +1,7 @@
 #!/bin/env python
-#Copyright ReportLab Europe Ltd. 2000-2012
+#Copyright ReportLab Europe Ltd. 2000-2016
 #see license.txt for license details
-__version__='''$Id$'''
+__version__='3.3.0'
 __doc__="""Test reportlab.lib.util module"""
 from reportlab.lib.testutils import setOutDir,makeSuiteForClasses, outputfile, printLocation
 setOutDir(__name__)