equal
deleted
inserted
replaced
1 #!/bin/env python |
1 #!/bin/env python |
2 #Copyright ReportLab Europe Ltd. 2000-2012 |
2 #Copyright ReportLab Europe Ltd. 2000-2016 |
3 #see license.txt for license details |
3 #see license.txt for license details |
4 __version__='''$Id$''' |
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__) |
8 import unittest |
8 import unittest |
9 from reportlab.lib.utils import FmtSelfDict, encode_label, decode_label |
9 from reportlab.lib.utils import FmtSelfDict, encode_label, decode_label |