tests/test_docstrings.py
changeset 2984 c63f149d55aa
parent 2966 c9df63ccabdf
child 3075 5175c093a0dd
--- a/tests/test_docstrings.py	Fri Sep 12 16:19:39 2008 +0000
+++ b/tests/test_docstrings.py	Mon Sep 15 11:03:17 2008 +0000
@@ -9,9 +9,10 @@
 Currently, methods with leading and trailing double underscores
 are skipped.
 """
+from reportlab.lib.testutils import setOutDir,SecureTestCase, GlobDirectoryWalker, outputfile, printLocation, RL_HOME
+setOutDir(__name__)
 import os, sys, glob, string, re, unittest
 from types import ModuleType, ClassType, MethodType, FunctionType
-from tests.utils import SecureTestCase, GlobDirectoryWalker, outputfile, printLocation, RL_HOME
 import reportlab
 
 def getModuleObjects(folder, rootName, typ, pattern='*.py'):