--- 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'):