tests/test_utils.py
changeset 4330 617ffa6bbdc8
parent 4252 fe660f227cac
equal deleted inserted replaced
4329:2a3d73c37905 4330:617ffa6bbdc8
     1 #!/bin/env python
     1 #!/bin/env python
     2 #Copyright ReportLab Europe Ltd. 2000-2016
     2 #Copyright ReportLab Europe Ltd. 2000-2017
     3 #see license.txt for license details
     3 #see license.txt for license details
     4 __version__='3.3.0'
     4 __version__='3.3.0'
     5 __doc__="""Test reportlab.lib.util module"""
     5 __doc__="""Test reportlab.lib.util module"""
     6 from reportlab.lib.testutils import setOutDir,makeSuiteForClasses, outputfile, printLocation
     6 from reportlab.lib.testutils import setOutDir,makeSuiteForClasses, outputfile, printLocation
     7 setOutDir(__name__)
     7 setOutDir(__name__)