tests/test_utils.py
changeset 2984 c63f149d55aa
parent 2966 c9df63ccabdf
child 3617 ae5744e97c42
--- a/tests/test_utils.py	Fri Sep 12 16:19:39 2008 +0000
+++ b/tests/test_utils.py	Mon Sep 15 11:03:17 2008 +0000
@@ -3,10 +3,9 @@
 #see license.txt for license details
 __version__='''$Id$'''
 __doc__="""Test reportlab.lib.util module"""
-
+from reportlab.lib.testutils import setOutDir,makeSuiteForClasses, outputfile, printLocation
+setOutDir(__name__)
 import unittest
-from tests.utils import makeSuiteForClasses, outputfile, printLocation
-
 
 class FmtTestCase(unittest.TestCase):