equal
deleted
inserted
replaced
1 #!/usr/bin/env python |
1 #!/usr/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 """This tests for things in source files. Initially, absence of tabs :-) |
4 """This tests for things in source files. Initially, absence of tabs :-) |
5 """ |
5 """ |
6 from reportlab.lib.testutils import setOutDir,makeSuiteForClasses, outputfile, SecureTestCase, GlobDirectoryWalker, printLocation |
6 from reportlab.lib.testutils import setOutDir,makeSuiteForClasses, outputfile, SecureTestCase, GlobDirectoryWalker, printLocation |
7 setOutDir(__name__) |
7 setOutDir(__name__) |